[jboss-cvs] JBossAS SVN: r81673 - in trunk: cluster and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 26 16:44:21 EST 2008


Author: pgier
Date: 2008-11-26 16:44:20 -0500 (Wed, 26 Nov 2008)
New Revision: 81673

Modified:
   trunk/client/pom.xml
   trunk/cluster/pom.xml
   trunk/component-matrix/pom.xml
   trunk/hibernate-int/pom.xml
   trunk/thirdparty/pom.xml
   trunk/tomcat/pom.xml
Log:
[JBAS-6055] Fix groupId for commons-logging.

Modified: trunk/client/pom.xml
===================================================================
--- trunk/client/pom.xml	2008-11-26 21:36:30 UTC (rev 81672)
+++ trunk/client/pom.xml	2008-11-26 21:44:20 UTC (rev 81673)
@@ -15,7 +15,7 @@
   
   <dependencies>
     <dependency>
-      <groupId>apache-logging</groupId>
+      <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
     

Modified: trunk/cluster/pom.xml
===================================================================
--- trunk/cluster/pom.xml	2008-11-26 21:36:30 UTC (rev 81672)
+++ trunk/cluster/pom.xml	2008-11-26 21:44:20 UTC (rev 81673)
@@ -83,7 +83,7 @@
   <dependencies>
     <!-- Compile (global dependencies) -->
     <dependency>
-      <groupId>apache-logging</groupId>
+      <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
     

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-11-26 21:36:30 UTC (rev 81672)
+++ trunk/component-matrix/pom.xml	2008-11-26 21:44:20 UTC (rev 81673)
@@ -115,6 +115,7 @@
                     <exclude>ant:ant</exclude>
                     <exclude>apache-log4j:log4j</exclude>
                     <exclude>jboss:jboss-test</exclude>
+                    <exclude>apache-logging:commons-logging</exclude>
                   </excludes>
                 </bannedDependencies>
               </rules>
@@ -216,7 +217,7 @@
       </dependency>
       
       <dependency>
-        <groupId>apache-logging</groupId>
+        <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
         <version>1.1.0.jboss</version>
       </dependency>

Modified: trunk/hibernate-int/pom.xml
===================================================================
--- trunk/hibernate-int/pom.xml	2008-11-26 21:36:30 UTC (rev 81672)
+++ trunk/hibernate-int/pom.xml	2008-11-26 21:44:20 UTC (rev 81673)
@@ -18,7 +18,7 @@
   <dependencies>
     <!-- Compile (global dependencies) -->
     <dependency>
-      <groupId>apache-logging</groupId>
+      <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
     <dependency>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-11-26 21:36:30 UTC (rev 81672)
+++ trunk/thirdparty/pom.xml	2008-11-26 21:44:20 UTC (rev 81673)
@@ -948,7 +948,13 @@
                 <componentId>apache-log4j</componentId>
               </mapping>
             </dependency>
-            
+            <dependency>
+              <groupId>commons-logging</groupId>
+              <artifactId>commons-logging</artifactId>
+              <mapping>
+                <componentId>apache-logging</componentId>
+              </mapping>
+            </dependency>
             <!-- End mapped dependecies -->
             
           </mappedDependencies>
@@ -1034,7 +1040,7 @@
       <artifactId>log4j</artifactId>
     </dependency>
     <dependency>
-      <groupId>apache-logging</groupId>
+      <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
     <dependency>

Modified: trunk/tomcat/pom.xml
===================================================================
--- trunk/tomcat/pom.xml	2008-11-26 21:36:30 UTC (rev 81672)
+++ trunk/tomcat/pom.xml	2008-11-26 21:44:20 UTC (rev 81673)
@@ -41,7 +41,7 @@
   <dependencies>
     <!-- Compile (global dependencies) -->
     <dependency>
-      <groupId>apache-logging</groupId>
+      <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list