Author: manaRH
Date: 2012-04-12 08:48:50 -0400 (Thu, 12 Apr 2012)
New Revision: 14558

Modified:
   branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml
   branches/enterprise/WFK_2_0_PRE/pom.xml
Log:
excluding httpclient and forced version 2.8-redhat-1 of htmlunit in jasmine 
plugin


Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml 2012-04-12 
12:09:10 UTC (rev 14557)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml 2012-04-12 
12:48:50 UTC (rev 14558)
@@ -32,6 +32,11 @@
                                        <artifactId>serializer</artifactId>
                                        <version>2.7.1-redhat-1</version>
                                    </dependency>
+                    <dependency>
+                        <groupId>net.sourceforge.htmlunit</groupId>
+                        <artifactId>htmlunit</artifactId>
+                        <version>2.8-redhat-1</version>
+                    </dependency>                                  
                                </dependencies>
                        </plugin>
                </plugins>

Modified: branches/enterprise/WFK_2_0_PRE/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/pom.xml     2012-04-12 12:09:10 UTC (rev 
14557)
+++ branches/enterprise/WFK_2_0_PRE/pom.xml     2012-04-12 12:48:50 UTC (rev 
14558)
@@ -975,6 +975,11 @@
                                                <groupId>xerces</groupId>
                                                
<artifactId>xercesImpl</artifactId>
                                        </exclusion>
+                                       
+                    <exclusion>
+                        <groupId>org.apache.httpcomponents</groupId>
+                        <artifactId>httpclient</artifactId>
+                    </exclusion>                                       
                                </exclusions>
                        </dependency>
                        

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

Reply via email to