You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/06/16 22:58:32 UTC

svn commit: r1136675 - /servicemix/components/trunk/pom.xml

Author: gertv
Date: Thu Jun 16 20:58:32 2011
New Revision: 1136675

URL: http://svn.apache.org/viewvc?rev=1136675&view=rev
Log:
SMXCOMP-891: Avoid adding commons-logging 1.0.3 to servicemix-shared

Modified:
    servicemix/components/trunk/pom.xml

Modified: servicemix/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/pom.xml?rev=1136675&r1=1136674&r2=1136675&view=diff
==============================================================================
--- servicemix/components/trunk/pom.xml (original)
+++ servicemix/components/trunk/pom.xml Thu Jun 16 20:58:32 2011
@@ -130,6 +130,7 @@
         <commons-httpclient.version>3.1</commons-httpclient.version>
         <commons-io.version>1.4</commons-io.version>
         <commons-jexl.version>2.0.1</commons-jexl.version>
+        <commons-logging.version>1.1.1</commons-logging.version>
         <commons-management.version>1.0</commons-management.version>
         <commons-net.version>1.4.1</commons-net.version>
         <commons-pool.version>1.5.4</commons-pool.version>
@@ -248,6 +249,11 @@
                 <version>${commons-codec.version}</version>
             </dependency>
             <dependency>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+                <version>${commons-logging.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>commons-httpclient</groupId>
                 <artifactId>commons-httpclient</artifactId>
                 <version>${commons-httpclient.version}</version>