netroby commented on pull request #133: URL: https://github.com/apache/incubator-tubemq/pull/133#issuecomment-639959933
https://search.maven.org/artifact/com.sleepycat/je Version 7.3.7 missing from public MVN repository. So shall we upgrade to public release version? The only version 7.3.7 can be found on oracle.com . the only solution is add mvn repository as depencency ``` <repositories> <repository> <id>oracleReleases</id> <name>Oracle Released Java Packages</name> <url>http://download.oracle.com/maven</url> <layout>default</layout> </repository> </repositories> ``` May we really want to add a company selfhost maven repository as 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. For queries about this service, please contact Infrastructure at: [email protected]
