You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/07/28 13:05:29 UTC

[incubator-iotdb] 05/06: remove org.json dependency because of license compatibility

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

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

commit 059c9f3fcad84d41a6d4dfa3fc4b98dfbfff4a1e
Author: xiangdong huang <sa...@gmail.com>
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 90b0a5c..f89a05b 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 da2ea17..b0700d5 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>