[jboss-cvs] JBossAS SVN: r90572 - in trunk: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 24 17:39:04 EDT 2009


Author: pgier
Date: 2009-06-24 17:39:04 -0400 (Wed, 24 Jun 2009)
New Revision: 90572

Modified:
   trunk/component-matrix/pom.xml
   trunk/thirdparty/pom.xml
Log:
Remove unused dependency on apache commons httpclient

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-06-24 21:37:04 UTC (rev 90571)
+++ trunk/component-matrix/pom.xml	2009-06-24 21:39:04 UTC (rev 90572)
@@ -192,13 +192,6 @@
       </dependency>
       
       <dependency>
-        <groupId>apache-httpclient</groupId>
-        <artifactId>commons-httpclient</artifactId>
-        <version>3.0.1</version>
-        <scope>test</scope>
-      </dependency>
-      
-      <dependency>
         <groupId>apache-jaxme</groupId>
         <artifactId>jaxmexs</artifactId>
         <version>0.2-cvs</version>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2009-06-24 21:37:04 UTC (rev 90571)
+++ trunk/thirdparty/pom.xml	2009-06-24 21:39:04 UTC (rev 90572)
@@ -1056,11 +1056,6 @@
       <artifactId>commons-fileupload</artifactId>
     </dependency>
     <dependency>
-      <groupId>apache-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>apache-jaxme</groupId>
       <artifactId>jaxmexs</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list