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/01/11 17:58:21 UTC

svn commit: r1057729 - /incubator/isis/trunk/viewer/restful/pom.xml

Author: danhaywood
Date: Tue Jan 11 16:58:20 2011
New Revision: 1057729

URL: http://svn.apache.org/viewvc?rev=1057729&view=rev
Log:
upgrading Restful viewer's dependency on XOM from 1.1 to 1.2.5 (XOM 1.1 and Jaxen have a cyclic dependency; 1.2.5 removes this)

Modified:
    incubator/isis/trunk/viewer/restful/pom.xml

Modified: incubator/isis/trunk/viewer/restful/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/viewer/restful/pom.xml?rev=1057729&r1=1057728&r2=1057729&view=diff
==============================================================================
--- incubator/isis/trunk/viewer/restful/pom.xml (original)
+++ incubator/isis/trunk/viewer/restful/pom.xml Tue Jan 11 16:58:20 2011
@@ -98,7 +98,7 @@
 			<dependency>
 				<groupId>xom</groupId>
 				<artifactId>xom</artifactId>
-				<version>1.1</version>
+				<version>1.2.5</version>
 			</dependency>