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:49:13 UTC

svn commit: r1132824 - /incubator/isis/trunk/pom.xml

Author: danhaywood
Date: Mon Jun  6 22:49:13 2011
New Revision: 1132824

URL: http://svn.apache.org/viewvc?rev=1132824&view=rev
Log:
ISIS-98 removed xom from root pom; (also added dependencyMgmt entry for org.json:json)

Modified:
    incubator/isis/trunk/pom.xml

Modified: incubator/isis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/pom.xml?rev=1132824&r1=1132823&r2=1132824&view=diff
==============================================================================
--- incubator/isis/trunk/pom.xml (original)
+++ incubator/isis/trunk/pom.xml Mon Jun  6 22:49:13 2011
@@ -1042,15 +1042,22 @@
                 <version>1.1.3</version>
             </dependency>
             <dependency>
-                <groupId>xom</groupId>
-                <artifactId>xom</artifactId>
-                <version>1.2.5</version>
-            </dependency>
-            <dependency>
                 <groupId>dom4j</groupId>
                 <artifactId>dom4j</artifactId>
                 <version>1.4</version>
             </dependency>
+            <dependency>
+                <groupId>org.jdom</groupId>
+                <artifactId>jdom</artifactId>
+                <version>1.1</version>
+            </dependency>
+
+
+	        <dependency>
+	            <groupId>org.json</groupId>
+	            <artifactId>json</artifactId>
+	            <version>20090211</version>
+	        </dependency>
 
             <!-- predicate libraries -->
             <dependency>