Author: sohil.shah(a)jboss.com
Date: 2008-04-04 16:53:34 -0400 (Fri, 04 Apr 2008)
New Revision: 10503
Modified:
modules/test/trunk/remote/pom.xml
Log:
fixing compilation issue with httpclient dependency
Modified: modules/test/trunk/remote/pom.xml
===================================================================
--- modules/test/trunk/remote/pom.xml 2008-04-04 12:10:09 UTC (rev 10502)
+++ modules/test/trunk/remote/pom.xml 2008-04-04 20:53:34 UTC (rev 10503)
@@ -39,8 +39,7 @@
<groupId>org.openqa.selenium.client-drivers</groupId>
<artifactId>selenium-java-client-driver</artifactId>
<version>0.9.2</version>
- </dependency>
- <!--
+ </dependency>
<dependency>
<groupId>apache-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
@@ -52,8 +51,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- </dependency>
- -->
+ </dependency>
<!-- test scope dependencies -->
<dependency>
Show replies by date