[richfaces-svn-commits] JBoss Rich Faces SVN: r12498 - in trunk/framework: test and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jan 29 12:15:16 EST 2009


Author: Alex.Kolonitsky
Date: 2009-01-29 12:15:16 -0500 (Thu, 29 Jan 2009)
New Revision: 12498

Modified:
   trunk/framework/impl/pom.xml
   trunk/framework/test/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-5943

Modified: trunk/framework/impl/pom.xml
===================================================================
--- trunk/framework/impl/pom.xml	2009-01-29 17:08:12 UTC (rev 12497)
+++ trunk/framework/impl/pom.xml	2009-01-29 17:15:16 UTC (rev 12498)
@@ -149,7 +149,7 @@
 		<dependency>
 			<groupId>commons-digester</groupId>
 			<artifactId>commons-digester</artifactId>
-			<version>1.8</version>
+			<version>2.0</version>
 			<exclusions>
 				<exclusion>
 					<artifactId>commons-logging</artifactId>

Modified: trunk/framework/test/pom.xml
===================================================================
--- trunk/framework/test/pom.xml	2009-01-29 17:08:12 UTC (rev 12497)
+++ trunk/framework/test/pom.xml	2009-01-29 17:15:16 UTC (rev 12498)
@@ -53,8 +53,19 @@
 			<groupId>net.sourceforge.htmlunit</groupId>
 			<artifactId>htmlunit</artifactId>
 			<version>1.14</version>
+			<exclusions>
+				<exclusion>
+					<groupId>xerces</groupId>
+					<artifactId>xercesImpl</artifactId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 		<dependency>
+			<groupId>xerces</groupId>
+			<artifactId>xercesImpl</artifactId>
+			<version>2.9.1</version>
+        </dependency>
+		<dependency>
 			<groupId>org.easymock</groupId>
 			<artifactId>easymock</artifactId>
 			<version>2.2</version>




More information about the richfaces-svn-commits mailing list