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

qiaojialin pushed a commit to branch update_license
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/update_license by this push:
     new 6d9ab51  remove unused dependencies
6d9ab51 is described below

commit 6d9ab51481981355d98d0701012d66a28986ccc8
Author: qiaojialin <[email protected]>
AuthorDate: Wed Mar 13 14:41:08 2019 +0800

    remove unused dependencies
---
 License                    | 15 ++++++++-------
 example/rocketmq/pom.xml   | 20 ++++++++++----------
 example/rocketmq/readme.md | 10 ----------
 pom.xml                    | 15 ---------------
 tsfile/pom.xml             |  7 -------
 5 files changed, 18 insertions(+), 49 deletions(-)

diff --git a/License b/License
index 8caeb6d..b8bd8b9 100644
--- a/License
+++ b/License
@@ -225,7 +225,7 @@ 
iotdb/src/main/java/org/apache/iotdb/db/sql/parse/ParseUtils.java
 ================================================================
 
 The binary distribution of this product bundles these dependencies under the
-following license. See licenses/ for text of these licenses.:
+following license. See licenses-binary/ for text of these licenses.
 
 Apache Software Foundation License 2.0
 --------------------------------------
@@ -241,26 +241,27 @@ com.alibaba:fastjson:1.2.31
 BSD 2-Clause
 ------------
 jline:jline
-org.hamcrest:hamcrest-core
-org.hamcrest:hamcrest-library
+org.hamcrest:hamcrest-core:1.3
+org.hamcrest:hamcrest-library:1.3
 
 
 BSD 3-Clause
 ------------
-org.antlr:antlr-runtime
+org.antlr:antlr-runtime:3.5.2
 
 
 MIT License
 -----------
 org.slf4j:slf4j-api
+org.mockito:mockito-all:1.10.19
 
 
 EPL 1.0 / LGPL 2.1
 -----------
-ch.qio.logback:logback-classic
-ch.qio.logback:logback-core
+ch.qio.logback:logback-classic:1.1.11
+ch.qio.logback:logback-core:1.1.11
 
 
 EPL 2.0
 -----------
-junit:junit
\ No newline at end of file
+junit:junit:4.12
\ No newline at end of file
diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml
index aa4d75a..06e9241 100644
--- a/example/rocketmq/pom.xml
+++ b/example/rocketmq/pom.xml
@@ -34,16 +34,16 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>io.netty</groupId>
-                    <artifactId>netty-common</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>io.netty</groupId>
-                    <artifactId>netty-buffer</artifactId>
-                </exclusion>
-            </exclusions>
+            <!--<exclusions>-->
+            <!--<exclusion>-->
+            <!--<groupId>io.netty</groupId>-->
+            <!--<artifactId>netty-common</artifactId>-->
+            <!--</exclusion>-->
+            <!--<exclusion>-->
+            <!--<groupId>io.netty</groupId>-->
+            <!--<artifactId>netty-buffer</artifactId>-->
+            <!--</exclusion>-->
+            <!--</exclusions>-->
         </dependency>
         <dependency>
             <groupId>org.apache.rocketmq</groupId>
diff --git a/example/rocketmq/readme.md b/example/rocketmq/readme.md
index 0bf25a3..fac4cca 100644
--- a/example/rocketmq/readme.md
+++ b/example/rocketmq/readme.md
@@ -56,16 +56,6 @@ Kafka: 4.4.0
       <groupId>org.apache.iotdb</groupId>
       <artifactId>iotdb-jdbc</artifactId>
       <version>0.8.0-SNAPSHOT</version>
-      <exclusions>
-        <exclusion>
-          <groupId>io.netty</groupId>
-          <artifactId>netty-common</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>io.netty</groupId>
-          <artifactId>netty-buffer</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.rocketmq</groupId>
diff --git a/pom.xml b/pom.xml
index b62d949..4057bb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,21 +110,6 @@
             <version>1.10.19</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>javax.annotation-api</artifactId>
-            <version>1.3.2</version>
-        </dependency>
-        <dependency>
-            <groupId>javax.xml.bind</groupId>
-            <artifactId>jaxb-api</artifactId>
-            <version>2.4.0-b180725.0427</version>
-        </dependency>
-        <dependency>
-            <groupId>org.glassfish.jaxb</groupId>
-            <artifactId>jaxb-runtime</artifactId>
-            <version>2.4.0-b180725.0644</version>
-        </dependency>
     </dependencies>
     <modules>
         <module>tsfile</module>
diff --git a/tsfile/pom.xml b/tsfile/pom.xml
index 9a9e5c1..cf92988 100644
--- a/tsfile/pom.xml
+++ b/tsfile/pom.xml
@@ -51,18 +51,11 @@
             <artifactId>snappy-java</artifactId>
             <version>1.0.5-M1</version>
         </dependency>
-        <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
             <version>${common.io.version}</version>
         </dependency>
-        <!-- https://mvnrepository.com/artifact/io.netty/netty-buffer -->
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-buffer</artifactId>
-            <version>4.1.25.Final</version>
-        </dependency>
     </dependencies>
     <build>
         <plugins>

Reply via email to