You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by go...@apache.org on 2021/01/30 07:55:45 UTC

[incubator-tubemq] branch master updated: [TUBEMQ-549] Handling the problem of compilation failure

This is an automated email from the ASF dual-hosted git repository.

gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git


The following commit(s) were added to refs/heads/master by this push:
     new 778a23d  [TUBEMQ-549] Handling the problem of compilation failure
778a23d is described below

commit 778a23d11d030db3fccd7f206ded1e5d156619b6
Author: yuanbo <yu...@apache.org>
AuthorDate: Fri Jan 29 16:41:49 2021 +0800

    [TUBEMQ-549] Handling the problem of compilation failure
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a1e5478..0e6a5ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
         <repository>
             <id>berkeleydb-je</id>
             <name>berkeleydb-je</name>
-            <url>https://download.dcache.org/nexus/repository/berkeleydb-je/</url>
+            <url>https://download.oracle.com/maven/</url>
             <releases>
                 <enabled>true</enabled>
             </releases>