[seam-commits] Seam SVN: r14565 - branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Apr 12 14:27:41 EDT 2012
Author: manaRH
Date: 2012-04-12 14:27:40 -0400 (Thu, 12 Apr 2012)
New Revision: 14565
Modified:
branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml
Log:
added workaround due htmlunit invalid pom file
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 16:16:44 UTC (rev 14564)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml 2012-04-12 18:27:40 UTC (rev 14565)
@@ -26,6 +26,7 @@
<configuration>
<jsSrcDir>src/main/resources/org/jboss/seam/remoting/</jsSrcDir>
</configuration>
+ <!-- This is work around due htmlunit invalid pom in EAP repository -->
<dependencies>
<dependency>
<groupId>xalan</groupId>
@@ -36,7 +37,47 @@
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.8-redhat-1</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.htmlunit</groupId>
+ <artifactId>htmlunit-core-js</artifactId>
+ <version>2.8-redhat-1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.1.3-redhat-1</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.cssparser</groupId>
+ <artifactId>cssparser</artifactId>
+ <version>0.9.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpmime</artifactId>
+ <version>4.1.3-redhat-1</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.1-redhat-1</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.14</version>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.1-redhat-1</version>
+ </dependency>
</dependencies>
</plugin>
</plugins>
More information about the seam-commits
mailing list