[seam-commits] Seam SVN: r14558 - in branches/enterprise/WFK_2_0_PRE: jboss-seam-remoting and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Apr 12 08:48:51 EDT 2012
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>
More information about the seam-commits
mailing list