You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/11/25 00:54:22 UTC

[iotdb] branch client_distribution_depen created (now 1560fc58aa)

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

haonan pushed a change to branch client_distribution_depen
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 1560fc58aa Clean distribution dependency

This branch includes the following new commits:

     new 1560fc58aa Clean distribution dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: Clean distribution dependency

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1560fc58aaf6506fbde5a794396ee1e1119abb7e
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri Nov 25 08:54:01 2022 +0800

    Clean distribution dependency
---
 distribution/pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 8afdbf586c..1d63801fba 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -111,12 +111,12 @@
             <version>${project.version}</version>
             <type>zip</type>
         </dependency>
-        <dependency>
-            <groupId>org.apache.iotdb</groupId>
-            <artifactId>iotdb-grafana-connector</artifactId>
-            <version>${project.version}</version>
-            <type>war</type>
-        </dependency>
+<!--        <dependency>-->
+<!--            <groupId>org.apache.iotdb</groupId>-->
+<!--            <artifactId>iotdb-grafana-connector</artifactId>-->
+<!--            <version>${project.version}</version>-->
+<!--            <type>war</type>-->
+<!--        </dependency>-->
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-grafana-plugin</artifactId>
@@ -142,11 +142,11 @@
             <version>${project.version}</version>
             <type>pom</type>
         </dependency>
-        <dependency>
-            <groupId>org.apache.iotdb</groupId>
-            <artifactId>library-udf</artifactId>
-            <version>${project.version}</version>
-            <type>jar</type>
-        </dependency>
+        <!--        <dependency>-->
+        <!--            <groupId>org.apache.iotdb</groupId>-->
+        <!--            <artifactId>library-udf</artifactId>-->
+        <!--            <version>${project.version}</version>-->
+        <!--            <type>jar</type>-->
+        <!--        </dependency>-->
     </dependencies>
 </project>