Neo Yang created TUBEMQ-236:
-------------------------------
Summary: Can't get dependencies from the maven repository
Key: TUBEMQ-236
URL: https://issues.apache.org/jira/browse/TUBEMQ-236
Project: Apache TubeMQ
Issue Type: Bug
Components: Server
Reporter: Neo Yang
Assignee: Neo Yang
When using the maven command to build the latest master-branch source code, an
error occurs.
{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 for com.sleepycat:je:jar:7.3.7 is missing, no dependency
information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for 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 for project
org.apache.tubemq:tubemq-server:jar:0.5.0-incubating-SNAPSHOT: Failure to find
com.sleepycat:je:jar:7.3.7 in
https://download.dcache.org/nexus/service/rest/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]{code}
This package `com.sleepycat:je` version 7.3.7 is not available in the public
Maven repository.
Currently, this dependency is available from a third-party repository
`_dcache.org`_, but the repository's address is invalid and it should be
changed to :
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)