You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/11/02 18:28:38 UTC

svn commit: r591406 - /incubator/cxf/trunk/distribution/manifest/pom.xml

Author: dkulp
Date: Fri Nov  2 10:28:30 2007
New Revision: 591406

URL: http://svn.apache.org/viewvc?rev=591406&view=rev
Log:
Make sure proper version of commons-logging is picked up

Modified:
    incubator/cxf/trunk/distribution/manifest/pom.xml

Modified: incubator/cxf/trunk/distribution/manifest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/manifest/pom.xml?rev=591406&r1=591405&r2=591406&view=diff
==============================================================================
--- incubator/cxf/trunk/distribution/manifest/pom.xml (original)
+++ incubator/cxf/trunk/distribution/manifest/pom.xml Fri Nov  2 10:28:30 2007
@@ -230,6 +230,10 @@
             <artifactId>asm</artifactId>
         </dependency>
         <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
+        <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
         </dependency>        
@@ -270,4 +274,4 @@
       <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-distribution-manifest</url>
   </scm>
 
-</project>
\ No newline at end of file
+</project>