Author: thomas.heute(a)jboss.com
Date: 2009-07-29 08:25:30 -0400 (Wed, 29 Jul 2009)
New Revision: 13615
Modified:
modules/test/trunk/remote/pom.xml
Log:
Mark selenium library as embedded so that dependent libraries won't complain
Modified: modules/test/trunk/remote/pom.xml
===================================================================
--- modules/test/trunk/remote/pom.xml 2009-07-29 11:00:37 UTC (rev 13614)
+++ modules/test/trunk/remote/pom.xml 2009-07-29 12:25:30 UTC (rev 13615)
@@ -38,7 +38,8 @@
<dependency>
<groupId>org.openqa.selenium.client-drivers</groupId>
<artifactId>selenium-java-client-driver</artifactId>
- <version>0.9.2</version>
+ <version>0.9.2</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>apache-httpclient</groupId>
Show replies by date