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 21:06:03 UTC

svn commit: r591441 - in /incubator/cxf/branches/2.0.x-fixes: ./ distribution/manifest/pom.xml

Author: dkulp
Date: Fri Nov  2 13:06:02 2007
New Revision: 591441

URL: http://svn.apache.org/viewvc?rev=591441&view=rev
Log:
Merged revisions 591406 via svnmerge from 
https://svn.apache.org/repos/asf/incubator/cxf/trunk

........
  r591406 | dkulp | 2007-11-02 13:28:30 -0400 (Fri, 02 Nov 2007) | 2 lines
  
  Make sure proper version of commons-logging is picked up
........

Modified:
    incubator/cxf/branches/2.0.x-fixes/   (props changed)
    incubator/cxf/branches/2.0.x-fixes/distribution/manifest/pom.xml

Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: incubator/cxf/branches/2.0.x-fixes/distribution/manifest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/distribution/manifest/pom.xml?rev=591441&r1=591440&r2=591441&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/distribution/manifest/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/distribution/manifest/pom.xml Fri Nov  2 13:06:02 2007
@@ -221,6 +221,10 @@
             <groupId>asm</groupId>
             <artifactId>asm</artifactId>
         </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
@@ -257,4 +261,4 @@
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/branches/2.0.x-fixes/distribution/manifest</developerConnection>
   </scm>
 
-</project>
\ No newline at end of file
+</project>