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

hxd pushed a commit to branch for-releasing-0.10.1-rc2
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/for-releasing-0.10.1-rc2 by 
this push:
     new d79f3c5  remove org.json dependency because of license compatibility
d79f3c5 is described below

commit d79f3c5bb8c952c8354a265db6b7de19081f3fac
Author: xiangdong huang <[email protected]>
AuthorDate: Tue Jul 28 17:09:18 2020 +0800

    remove org.json dependency because of license compatibility
---
 RELEASE_NOTES.md              | 1 +
 spark-iotdb-connector/pom.xml | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index e45f46a..1cd4d3a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -41,6 +41,7 @@
 * [IOTDB-811] fix upgrading mlog many times when upgrading system.properties 
crashed
 * Improve IoTDB restart process
 * remove jol-core dependency which is introduced by hive-serde 2.8.4
+* remove org.json dependency because of license compatibility
 * [ISSUE-1551] fix set historical version when loading additional tsfile
 
 
diff --git a/spark-iotdb-connector/pom.xml b/spark-iotdb-connector/pom.xml
index 5f959de..e3b58b1 100644
--- a/spark-iotdb-connector/pom.xml
+++ b/spark-iotdb-connector/pom.xml
@@ -35,11 +35,6 @@
     </properties>
     <dependencies>
         <dependency>
-            <groupId>org.json</groupId>
-            <artifactId>json</artifactId>
-            <version>20170516</version>
-        </dependency>
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>${junit.version}</version>

Reply via email to