You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/11/30 09:59:38 UTC

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

Author: jbonofre
Date: Tue Nov 30 08:59:38 2010
New Revision: 1040439

URL: http://svn.apache.org/viewvc?rev=1040439&view=rev
Log:
Update the dependency set in the components POM.

Modified:
    servicemix/components/components-pom/trunk/pom.xml

Modified: servicemix/components/components-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/components-pom/trunk/pom.xml?rev=1040439&r1=1040438&r2=1040439&view=diff
==============================================================================
--- servicemix/components/components-pom/trunk/pom.xml (original)
+++ servicemix/components/components-pom/trunk/pom.xml Tue Nov 30 08:59:38 2010
@@ -79,15 +79,21 @@
         <osgi.compendium.version>4.2.0</osgi.compendium.version>
 
         <!-- Other Runtime Dependencies -->
+        <ant.version>1.7.0</ant.version>
+        <commons-collections.version>3.2.1</commons-collections.version>
+        <commons-httpclient.version>3.1</commons-httpclient.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>
         <easymock.version>2.4</easymock.version>
         <jaxb-api.version>2.1</jaxb-api.version>
         <jaxb-impl.version>2.1.12</jaxb-impl.version>
         <jaxb-xjc.version>2.1.12</jaxb-xjc.version>
+        <jdom.version>1.1</jdom.version>
         <jencks.version>2.2</jencks.version>
         <junit.version>4.7</junit.version>
         <log4j.version>1.2.16</log4j.version>
+        <oro.version>2.0.8</oro.version>
         <pax.exam.version>1.2.2</pax.exam.version>
         <slf4j.version>1.5.8</slf4j.version>
         <spring.version>3.0.4.RELEASE</spring.version>
@@ -108,6 +114,11 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
+                <groupId>ant</groupId>
+                <artifactId>ant</artifactId>
+                <version>${ant.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>com.sun.xml.bind</groupId>
                 <artifactId>jaxb-impl</artifactId>
                 <version>${jaxb-impl.version}</version>
@@ -136,7 +147,17 @@
                         <artifactId>jsr173_api</artifactId>
                     </exclusion>
                 </exclusions>
-            </dependency>            
+            </dependency>
+            <dependency>
+                <groupId>commons-collections</groupId>
+                <artifactId>commons-collections</artifactId>
+                <version>${commons-collections.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-httpclient</groupId>
+                <artifactId>commons-httpclient</artifactId>
+                <version>${commons-httpclient.version}</version>
+            </dependency>
             <dependency>
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
@@ -159,6 +180,11 @@
                 </exclusions>
             </dependency>
             <dependency>
+                <groupId>commons-net</groupId>
+                <artifactId>commons-net</artifactId>
+                <version>${commons-net.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>javax.xml.bind</groupId>
                 <artifactId>jaxb-api</artifactId>
                 <version>${jaxb-api.version}</version>
@@ -180,6 +206,11 @@
                 <scope>provided</scope>
             </dependency>
             <dependency>
+                <groupId>jdom</groupId>
+                <artifactId>jdom</artifactId>
+                <version>${jdom.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
                 <version>${junit.version}</version>
@@ -214,7 +245,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-jta_1.1_spec</artifactId>
-                <version>1.1.1</version>
+                <version>${geronimo-jta.version}</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
@@ -386,6 +417,11 @@
                 <version>${spring.osgi.version}</version>
             </dependency>
             <dependency>
+                <groupId>oro</groupId>
+                <artifactId>oro</artifactId>
+                <version>${oro.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>wsdl4j</groupId>
                 <artifactId>wsdl4j</artifactId>
                 <version>${wsdl4j.version}</version>