Author: sshafroi
Date: 2008-11-21 13:15:32 +0100 (Fri, 21 Nov 2008)
New Revision: 6969

Modified:
   branches/2.18/pom.xml
Log:
Make tests run. By adding this dependency I get commons-httpclient before 
jbossall, which has a class with same name/package as one in 
commons-httpclient, but a different implementation.


Modified: branches/2.18/pom.xml
===================================================================
--- branches/2.18/pom.xml       2008-11-21 10:31:16 UTC (rev 6968)
+++ branches/2.18/pom.xml       2008-11-21 12:15:32 UTC (rev 6969)
@@ -1044,6 +1044,11 @@
             <classifier>jdk15</classifier>
         </dependency>
         <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>3.1</version>
+        </dependency>
+        <dependency>
             <groupId>sesat</groupId>
             <artifactId>commons-interpreter</artifactId>
             <version>2.0</version>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to