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:10 UTC

[iotdb] branch rel/0.12 updated: modify pom to avoid download moquette-broker from Bintary (#3344)

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

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


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new 7c4043c  modify pom to avoid download moquette-broker from Bintary (#3344)
7c4043c is described below

commit 7c4043c3f60eef34d1275d9ba1117f52efbff954
Author: Xiangdong Huang <hx...@apache.org>
AuthorDate: Sat Jun 5 02:02:51 2021 +0800

    modify pom to avoid download moquette-broker from Bintary (#3344)
    
    Co-authored-by: xiangdong huang <sa...@gmail.com>
---
 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 62da367..2daecb4 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 8ea4fa1..31b586f 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 e4e72f9..6f8cc90 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 e75a1a6..3df5a3a 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>