You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2017/02/14 07:47:50 UTC

svn commit: r1782922 - /felix/trunk/webconsole-plugins/shell/pom.xml

Author: cziegeler
Date: Tue Feb 14 07:47:50 2017
New Revision: 1782922

URL: http://svn.apache.org/viewvc?rev=1782922&view=rev
Log:
Remove unused json.org dependency

Modified:
    felix/trunk/webconsole-plugins/shell/pom.xml

Modified: felix/trunk/webconsole-plugins/shell/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole-plugins/shell/pom.xml?rev=1782922&r1=1782921&r2=1782922&view=diff
==============================================================================
--- felix/trunk/webconsole-plugins/shell/pom.xml (original)
+++ felix/trunk/webconsole-plugins/shell/pom.xml Tue Feb 14 07:47:50 2017
@@ -106,13 +106,6 @@
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
-			<groupId>org.json</groupId>
-			<artifactId>json</artifactId>
-			<version>20070829</version>
-			<scope>compile</scope>
-			<optional>true</optional>
-		</dependency>
-		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.webconsole</artifactId>
 			<version>3.0.0</version>