You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tubemq.apache.org by GitBox <gi...@apache.org> on 2020/06/06 02:26:08 UTC

[GitHub] [incubator-tubemq] netroby commented on pull request #133: [TUBEMQ-214] upgrade je.version to 18.3.12

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:
users@infra.apache.org