Author: manaRH
Date: 2012-05-30 06:30:58 -0400 (Wed, 30 May 2012)
New Revision: 14812

Modified:
   branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml
Log:
use different set of dependency versions for jasmine plugin

Modified: branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml     2012-05-30 
10:30:51 UTC (rev 14811)
+++ branches/enterprise/WFK-2_0/jboss-seam-remoting/pom.xml     2012-05-30 
10:30:58 UTC (rev 14812)
@@ -26,6 +26,53 @@
                                <configuration>
                                        
<jsSrcDir>src/main/resources/org/jboss/seam/remoting/</jsSrcDir>
                                </configuration>
+                               <dependencies>
+                    <dependency>
+                        <groupId>net.sourceforge.htmlunit</groupId>
+                        <artifactId>htmlunit</artifactId>
+                        <version>2.8-redhat-1</version>
+                    </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>
        </build>

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

Reply via email to