remove org.json dependency

Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/21c95e1a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/21c95e1a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/21c95e1a

Branch: refs/heads/master
Commit: 21c95e1a30147f78fc842b25fe3ee4d2c81b0d36
Parents: a460c8e
Author: Steve Blackmon @steveblackmon <sblack...@apache.org>
Authored: Mon Apr 3 21:03:47 2017 -0500
Committer: Steve Blackmon @steveblackmon <sblack...@apache.org>
Committed: Mon Apr 3 21:03:47 2017 -0500

----------------------------------------------------------------------
 pom.xml                                               | 6 ------
 streams-contrib/streams-persist-elasticsearch/pom.xml | 5 -----
 2 files changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/21c95e1a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f5c6280..f4f2e1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -350,7 +350,6 @@
         <commons-validator.version>1.5.1</commons-validator.version>
         <typesafe.config.version>1.2.0</typesafe.config.version>
         <reflections.version>0.9.10</reflections.version>
-        <orgjson.version>20140107</orgjson.version>
         <guava.version>19.0</guava.version>
         <clojure.version>1.4.0</clojure.version>
         <zookeeper.version>3.4.5</zookeeper.version>
@@ -1129,11 +1128,6 @@
             <artifactId>jaxb-utilities</artifactId>
             <version>${jaxbutil.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.json</groupId>
-            <artifactId>json</artifactId>
-            <version>${orgjson.version}</version>
-        </dependency>
         <!-- JsonPath -->
         <dependency>
             <groupId>com.jayway.jsonpath</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/21c95e1a/streams-contrib/streams-persist-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-elasticsearch/pom.xml 
b/streams-contrib/streams-persist-elasticsearch/pom.xml
index fd811ee..70ef9b0 100644
--- a/streams-contrib/streams-persist-elasticsearch/pom.xml
+++ b/streams-contrib/streams-persist-elasticsearch/pom.xml
@@ -99,11 +99,6 @@
             <type>jar</type>
         </dependency>
         <dependency>
-            <groupId>org.json</groupId>
-            <artifactId>json</artifactId>
-            <version>${orgjson.version}</version>
-        </dependency>
-        <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-testing</artifactId>
             <version>${project.version}</version>

Reply via email to