wangyan100 commented on PR #78: URL: https://github.com/apache/camel-spring-boot-examples/pull/78#issuecomment-1223820242
@oscerd If i change it as provided as below, will it be O.K solution for you? mvn install:install-file -DgroupId=com.github -DartifactId=com.sap.conn.jco.sapjco3 -Dversion=3.0.11 -Dpackaging=jar -Dfile=lib/sapjco3.jar mvn install:install-file -DgroupId=com.github -DartifactId=com.sap.conn.jco.sapidoc3 -Dversion=3.0.11 -Dpackaging=jar -Dfile=lib/sapidoc3.jar <dependency> <groupId>com.github</groupId> <artifactId>com.sap.conn.jco.sapjco3</artifactId> <version>3.0.11</version> <scope>provided</scope> </dependency> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org