You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2011/06/07 00:37:14 UTC

svn commit: r1132813 - /incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml

Author: danhaywood
Date: Mon Jun  6 22:37:14 2011
New Revision: 1132813

URL: http://svn.apache.org/viewvc?rev=1132813&view=rev
Log:
ISIS-98: removing unused dependency on org.owasp.esapi:esapi (which in turn has a transitive dependency on XOM, licensed under LGPL)

Modified:
    incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml

Modified: incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml?rev=1132813&r1=1132812&r2=1132813&view=diff
==============================================================================
--- incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml (original)
+++ incubator/isis/trunk/viewer/scimpi/dispatcher/pom.xml Mon Jun  6 22:37:14 2011
@@ -86,18 +86,12 @@
         <dependency>
             <groupId>org.json</groupId>
             <artifactId>json</artifactId>
-            <version>20090211</version>
         </dependency>
 
         <dependency>
             <groupId>org.htmlparser</groupId>
             <artifactId>htmlparser</artifactId>
         </dependency>
-        <dependency>
-        <groupId>org.owasp.esapi</groupId>
-            <artifactId>esapi</artifactId>
-            <version>2.0_rc9</version>
-        </dependency>
             
 	</dependencies>
 </project>