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

[iotdb] 01/01: Clean distribution dependency

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>