[jboss-svn-commits] JBL Code SVN: r23490 - labs/jbossrules/trunk/drools-atom.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Oct 17 05:30:23 EDT 2008


Author: jervisliu
Date: 2008-10-17 05:30:23 -0400 (Fri, 17 Oct 2008)
New Revision: 23490

Modified:
   labs/jbossrules/trunk/drools-atom/pom.xml
Log:
a weird classpath problem with maven. this changes works with maven 2.0.9

Modified: labs/jbossrules/trunk/drools-atom/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-atom/pom.xml	2008-10-17 08:45:00 UTC (rev 23489)
+++ labs/jbossrules/trunk/drools-atom/pom.xml	2008-10-17 09:30:23 UTC (rev 23490)
@@ -27,7 +27,13 @@
   </build>
 
   <dependencies>
-    <!-- Internal dependencies -->
+        <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>3.1</version>
+            <scope>test</scope>
+        </dependency>   
+ 
 
     <!-- first the deps for the repo API itself (Jackrabbit based) -->
     <dependency>
@@ -104,12 +110,7 @@
 	    <version>4.4</version>
 	    <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <version>3.1</version>
-            <scope>test</scope>
-        </dependency>            
+        
   </dependencies>
 
 </project>




More information about the jboss-svn-commits mailing list