You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/06/04 18:03:40 UTC

[iotdb] branch master updated: [ISSUE-3132]modify pom to avoid download moquette-broker from Bintary (#3345)

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

hxd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new e700129  [ISSUE-3132]modify pom to avoid download moquette-broker from Bintary (#3345)
e700129 is described below

commit e70012965cb321e4929ec6ba536ee23a2a3e12a7
Author: Xiangdong Huang <hx...@apache.org>
AuthorDate: Sat Jun 5 02:03:11 2021 +0800

    [ISSUE-3132]modify pom to avoid download moquette-broker from Bintary (#3345)
---
 LICENSE-binary       |  2 +-
 cluster/pom.xml      | 13 -------------
 distribution/pom.xml | 13 -------------
 server/pom.xml       | 17 ++---------------
 4 files changed, 3 insertions(+), 42 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 971dfdf..63e1c0a 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -250,7 +250,7 @@ io.dropwizard.metrics:metrics-core:3.2.6
 io.dropwizard.metrics:metrics-json:3.2.6
 io.dropwizard.metrics:metrics-jvm:3.2.6
 com.librato.metrics:metrics-librato:5.1.0
-io.moquette:moquette-broker:0.13
+de.fraunhofer.iosb.io.moquette:moquette-broker:0.14.3
 io.netty:netty-buffer:4.1.27.Final
 io.netty:netty-codec:4.1.27.Final
 io.netty:netty-codec-http:4.1.27.Final
diff --git a/cluster/pom.xml b/cluster/pom.xml
index d143420..2fe5f92 100644
--- a/cluster/pom.xml
+++ b/cluster/pom.xml
@@ -34,19 +34,6 @@
         <cluster.it.skip>${cluster.test.skip}</cluster.it.skip>
         <cluster.ut.skip>${cluster.test.skip}</cluster.ut.skip>
     </properties>
-    <repositories>
-        <!--   repository for moquette    -->
-        <repository>
-            <id>bintray</id>
-            <url>https://jcenter.bintray.com</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
     <dependencies>
         <!-- The version of thrift is overridden because using 0.13.0 in the cluster module
         will cause unclear bugs -->
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 43b5ac1..6938d68 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -96,19 +96,6 @@
             </plugin>
         </plugins>
     </build>
-    <repositories>
-        <!--   repository for moquette    -->
-        <repository>
-            <id>bintray</id>
-            <url>https://jcenter.bintray.com</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
     <dependencies>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
diff --git a/server/pom.xml b/server/pom.xml
index 08944e2..da60de6 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -34,19 +34,6 @@
         <iotdb.it.skip>${iotdb.test.skip}</iotdb.it.skip>
         <iotdb.ut.skip>${iotdb.test.skip}</iotdb.ut.skip>
     </properties>
-    <repositories>
-        <!--   repository for moquette    -->
-        <repository>
-            <id>bintray</id>
-            <url>https://jcenter.bintray.com</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
     <dependencies>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
@@ -123,9 +110,9 @@
             <artifactId>commons-cli</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.moquette</groupId>
+            <groupId>de.fraunhofer.iosb.io.moquette</groupId>
             <artifactId>moquette-broker</artifactId>
-            <version>0.13</version>
+            <version>0.14.3</version>
             <exclusions>
                 <exclusion>
                     <groupId>log4j</groupId>