[jboss-cvs] JBossAS SVN: r90480 - in branches/dml-log-service-integration: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 19 16:06:22 EDT 2009


Author: david.lloyd at jboss.com
Date: 2009-06-19 16:06:22 -0400 (Fri, 19 Jun 2009)
New Revision: 90480

Modified:
   branches/dml-log-service-integration/component-matrix/pom.xml
   branches/dml-log-service-integration/thirdparty/pom.xml
Log:
Bring back commons-logging but *only* for build purposes

Modified: branches/dml-log-service-integration/component-matrix/pom.xml
===================================================================
--- branches/dml-log-service-integration/component-matrix/pom.xml	2009-06-19 20:01:42 UTC (rev 90479)
+++ branches/dml-log-service-integration/component-matrix/pom.xml	2009-06-19 20:06:22 UTC (rev 90480)
@@ -227,6 +227,12 @@
       </dependency>
       
       <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>1.1.0.jboss</version>
+      </dependency>
+      
+      <dependency>
         <groupId>apache-myfaces</groupId>
         <artifactId>myfaces-impl</artifactId>
         <version>1.1.3</version>

Modified: branches/dml-log-service-integration/thirdparty/pom.xml
===================================================================
--- branches/dml-log-service-integration/thirdparty/pom.xml	2009-06-19 20:01:42 UTC (rev 90479)
+++ branches/dml-log-service-integration/thirdparty/pom.xml	2009-06-19 20:06:22 UTC (rev 90480)
@@ -974,6 +974,13 @@
               </mapping>
             </dependency>
             <dependency>
+              <groupId>commons-logging</groupId>
+              <artifactId>commons-logging</artifactId>
+              <mapping>
+                <componentId>apache-logging</componentId>
+              </mapping>
+            </dependency>
+            <dependency>
               <groupId>javax.activation</groupId>
               <artifactId>activation</artifactId>
               <mapping>
@@ -1078,6 +1085,10 @@
       <artifactId>log4j</artifactId>
     </dependency>
     <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+    </dependency>
+    <dependency>
       <groupId>apache-myfaces</groupId>
       <artifactId>myfaces-impl</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list