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>

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to