[
https://issues.apache.org/jira/browse/TUBEMQ-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17134090#comment-17134090
]
Neo Yang commented on TUBEMQ-236:
---------------------------------
[In this
comment|[https://github.com/apache/incubator-tubemq/commit/b2ddb28daca535b686cdf3707ed7b64cc77468f3]],
other user reported the same problem.
[On this
page|[https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/]],
we get theje-7.3.7.jar download URL is
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar
{code}
not
{code:java}
https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar{code}
> 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
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When using the maven command `mvn clean package -DskipTests` 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)