[seam-commits] Seam SVN: r14810 - branches/enterprise/WFK-2_0/functional-tests.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 30 06:30:45 EDT 2012
Author: manaRH
Date: 2012-05-30 06:30:44 -0400 (Wed, 30 May 2012)
New Revision: 14810
Modified:
branches/enterprise/WFK-2_0/functional-tests/pom.xml
Log:
managed versions for selenium transitive dependencies
Modified: branches/enterprise/WFK-2_0/functional-tests/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/functional-tests/pom.xml 2012-05-30 10:30:38 UTC (rev 14809)
+++ branches/enterprise/WFK-2_0/functional-tests/pom.xml 2012-05-30 10:30:44 UTC (rev 14810)
@@ -17,10 +17,36 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-server</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>servlet-api-2.5</artifactId>
+ <groupId>org.mortbay.jetty</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
</dependency>
</dependencies>
+ <dependencyManagement>
+ <dependencies>
+ <!-- Don't want to use version 2.9 -->
+ <dependency>
+ <groupId>net.sourceforge.htmlunit</groupId>
+ <artifactId>htmlunit</artifactId>
+ <version>2.8</version>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>serializer</artifactId>
+ <version>2.7.1-redhat-1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpmime</artifactId>
+ <version>4.1.3-redhat-1</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
</project>
More information about the seam-commits
mailing list