dockerzhang opened a new issue #835: URL: https://github.com/apache/incubator-inlong/issues/835
<p>When using the maven command `mvn clean package -DskipTests` to build the latest master-branch source code, an error occurs.</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-java"> [INFO] ------------------< org.apache.tubemq:tubemq-server >------------------- [INFO] Building Apache TubeMQ - Server 0.5.0-incubating-SNAPSHOT [5/7] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM <span class="code-keyword">for</span> com.sleepycat:je:jar:7.3.7 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary <span class="code-keyword">for</span> Apache TubeMQ 0.5.0-incubating-SNAPSHOT: [INFO] [INFO] Apache TubeMQ ...................................... SUCCESS [ 1.965 s] [INFO] Apache TubeMQ - Core ............................... SUCCESS [ 6.187 s] [INFO] Apache TubeMQ - Client ............................. SUCCESS [ 2.647 s] [INFO] Apache TubeMQ - Example ............................ SUCCESS [ 1.059 s] [INFO] Apache TubeMQ - Server ............................. FAILURE [ 0.024 s] [INFO] Apache TubeMQ - Connectors ......................... SKIPPED [INFO] Apache TubeMQ - Connectors-flink ................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.143 s [INFO] Finished at: 2020-06-12T16:01:45+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project tubemq-server: Could not resolve dependencies <span class="code-keyword">for</span> project org.apache.tubemq:tubemq-server:jar:0.5.0-incubating-SNAPSHOT: Failure to find com.sleepycat:je:jar:7.3.7 in https:<span class="code-comment">//download.dcache.org/nexus/service/<span class="code-keyword">rest</span>/repository/browse/berkeleydb-je/ was cached in the local repository, resolution will not be reattempted until the update interval of berkeleydb-je has elapsed or updates are forced -> [Help 1]</span></pre> </div></div> <p>This package `com.sleepycat:je` version 7.3.7 is not available in the public Maven repository.</p> <p>Currently, this dependency is available from a third-party repository `<em>dcache.org`</em>, but the repository's address is invalid and it should be changed to :</p> <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> <pre class="code-java"> https:<span class="code-comment">//download.dcache.org/nexus/repository/berkeleydb-je/</span> </pre> </div></div> <i>JIRA link - <a href="https://issues.apache.org/jira/browse/INLONG-236">[INLONG-236]</a> created by cku328</i> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
