[jboss-cvs] JBossAS SVN: r71043 - branches/maven_thirdparty_temp/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 19 23:10:35 EDT 2008


Author: pgier
Date: 2008-03-19 23:10:34 -0400 (Wed, 19 Mar 2008)
New Revision: 71043

Modified:
   branches/maven_thirdparty_temp/thirdparty/pom.xml
Log:
Remove extra commons-logging dependency.

Modified: branches/maven_thirdparty_temp/thirdparty/pom.xml
===================================================================
--- branches/maven_thirdparty_temp/thirdparty/pom.xml	2008-03-20 03:09:47 UTC (rev 71042)
+++ branches/maven_thirdparty_temp/thirdparty/pom.xml	2008-03-20 03:10:34 UTC (rev 71043)
@@ -68,13 +68,6 @@
               </mapping>
             </dependency>
             <dependency>
-              <groupId>commons-logging</groupId>
-              <artifactId>commons-logging</artifactId>
-              <mapping>
-                <componentId>apache-logging</componentId>
-              </mapping>
-            </dependency>
-            <dependency>
               <groupId>commons-codec</groupId>
               <artifactId>commons-codec</artifactId>
               <mapping>
@@ -756,7 +749,7 @@
       <artifactId>log4j</artifactId>
     </dependency>
     <dependency>
-      <groupId>commons-logging</groupId>
+      <groupId>apache-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list