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/07/30 03:37:30 UTC

[iotdb] branch master updated: [IOTDB-4003] del duplicated dependency defination in pom.xml (#6843)

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

haonan 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 d7627c8751 [IOTDB-4003] del duplicated dependency defination in pom.xml (#6843)
d7627c8751 is described below

commit d7627c8751bf20a63ce4e0c1066742e94ba32ec9
Author: Jamber <ja...@sina.com>
AuthorDate: Sat Jul 30 11:37:25 2022 +0800

    [IOTDB-4003] del duplicated dependency defination in pom.xml (#6843)
    
    Co-authored-by: haiyi.zb <ha...@alibaba-inc.com>
---
 library-udf/pom.xml | 6 ------
 pom.xml             | 6 ------
 2 files changed, 12 deletions(-)

diff --git a/library-udf/pom.xml b/library-udf/pom.xml
index d52ce38f21..4643d8e4cd 100644
--- a/library-udf/pom.xml
+++ b/library-udf/pom.xml
@@ -37,12 +37,6 @@
             <artifactId>eclipse-collections</artifactId>
             <version>${eclipse-collections.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.iotdb</groupId>
-            <artifactId>iotdb-server</artifactId>
-            <version>${project.version}</version>
-            <scope>compile</scope>
-        </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>tsfile</artifactId>
diff --git a/pom.xml b/pom.xml
index e62edc45f2..bba415a9e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,7 +217,6 @@
         <google.java.format.version>1.7</google.java.format.version>
         <!-- caffeine cache -->
         <caffeine>2.9.1</caffeine>
-        <jackson-databind.version>2.12.6.1</jackson-databind.version>
         <commons-csv.version>1.9.0</commons-csv.version>
         <commons-lang.version>2.6</commons-lang.version>
         <influxdb-java.version>2.21</influxdb-java.version>
@@ -616,11 +615,6 @@
                 <artifactId>caffeine</artifactId>
                 <version>${caffeine}</version>
             </dependency>
-            <dependency>
-                <groupId>com.fasterxml.jackson.core</groupId>
-                <artifactId>jackson-databind</artifactId>
-                <version>${jackson-databind.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.awaitility</groupId>
                 <artifactId>awaitility</artifactId>