[seam-commits] Seam SVN: r15603 - in branches/enterprise/WFK-2_1: jboss-seam-remoting and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Oct 9 08:34:17 EDT 2013
Author: manaRH
Date: 2013-10-09 08:34:17 -0400 (Wed, 09 Oct 2013)
New Revision: 15603
Modified:
branches/enterprise/WFK-2_1/bom/pom.xml
branches/enterprise/WFK-2_1/jboss-seam-remoting/pom.xml
Log:
https://issues.jboss.org/browse/WFK2-188 removed dep mgmt for conflicts with example's ftest
Modified: branches/enterprise/WFK-2_1/bom/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/bom/pom.xml 2013-10-09 08:46:06 UTC (rev 15602)
+++ branches/enterprise/WFK-2_1/bom/pom.xml 2013-10-09 12:34:17 UTC (rev 15603)
@@ -814,20 +814,13 @@
<version>1.0</version>
</dependency>
- <!-- rewriting version in pom -->
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.1.3</version>
- </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.10.0</version>
+ </dependency>
<dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.9.1-redhat-4</version>
- </dependency>
-
- <dependency>
<groupId>org.openid4java</groupId>
<artifactId>openid4java-consumer</artifactId>
<version>0.9.6</version>
Modified: branches/enterprise/WFK-2_1/jboss-seam-remoting/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam-remoting/pom.xml 2013-10-09 08:46:06 UTC (rev 15602)
+++ branches/enterprise/WFK-2_1/jboss-seam-remoting/pom.xml 2013-10-09 12:34:17 UTC (rev 15603)
@@ -59,7 +59,7 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <version>2.9.1</version>
+ <version>2.9.1-redhat-4</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
More information about the seam-commits
mailing list