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/06 23:08:22 UTC

svn commit: r1032165 - /servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Author: jbonofre
Date: Sat Nov  6 22:08:22 2010
New Revision: 1032165

URL: http://svn.apache.org/viewvc?rev=1032165&view=rev
Log:
Cleanup POM.

Modified:
    servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml?rev=1032165&r1=1032164&r2=1032165&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml Sat Nov  6 22:08:22 2010
@@ -48,11 +48,18 @@
     <properties>
         <activeio.version>3.1.2</activeio.version>
         <activemq.version>5.4.1</activemq.version>
+        <commons-codec.version>1.3</commons-codec.version>
+        <commons-httpclient.version>3.1</commons-httpclient.version>
         <cxf.version>2.2.11</cxf.version>
         <derby.version>10.5.3.0_1</derby.version>
+        <geronimo-activation.version>1.0.2</geronimo-activation.version>
         <geronimo-ws-metadata.version>1.1.2</geronimo-ws-metadata.version>
         <jetty.version>6.1.25</jetty.version>
+        <neethi.version>2.0.4</neethi.version>
         <servicemix-cxf-se.version>2010.02-SNAPSHOT</servicemix-cxf-se.version>
+        <woden.version>1.0.0M6</woden.version>
+        <xmlresolver.version>1.2</xmlresolver.version>
+        <xmlschema.version>1.4.7</xmlschema.version>
 
         <surefire.fork.mode>pertest</surefire.fork.mode>
 
@@ -81,6 +88,15 @@
         </servicemix.osgi.bundles>
     </properties>
 
+    <repositories>
+        <!-- Required for woden -->
+        <repository>
+            <id>servicemix.m2-repo</id>
+            <name>ServiceMix Maven2 Repository</name>
+            <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
+        </repository>
+    </repositories>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
@@ -253,7 +269,7 @@
         <dependency>
             <groupId>org.apache.woden</groupId>
             <artifactId>woden</artifactId>
-            <version>1.0.0M6</version>
+            <version>${woden.version}</version>
             <scope>provided</scope>
             <exclusions>
                 <exclusion>
@@ -277,7 +293,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-activation_1.1_spec</artifactId>
-            <version>1.0.2</version>
+            <version>${geronimo-activation.version}</version>
             <scope>provided</scope>
         </dependency>
 
@@ -307,9 +323,9 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.ws.commons.neethi</groupId>
+            <groupId>org.apache.neethi</groupId>
             <artifactId>neethi</artifactId>
-            <version>2.0</version>
+            <version>${neethi.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.ws.commons.axiom</groupId>
@@ -328,7 +344,7 @@
         <dependency>
             <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
-            <version>1.4.7</version>
+            <version>${xmlschema.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
@@ -370,7 +386,7 @@
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
             <scope>test</scope>
-            <version>3.0</version>
+            <version>${commons-httpclient.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-codec</groupId>
@@ -381,6 +397,7 @@
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
+            <version>${commons-codec.version}</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>
@@ -388,7 +405,6 @@
                     <artifactId>junit</artifactId>
                 </exclusion>
             </exclusions>
-            <version>1.3</version>
         </dependency>
         <dependency>
             <groupId>org.fusesource.commonman</groupId>
@@ -398,7 +414,7 @@
         <dependency>
             <groupId>xml-resolver</groupId>
             <artifactId>xml-resolver</artifactId>
-            <version>1.2</version>
+            <version>${xmlresolver.version}</version>
         </dependency>
 
     </dependencies>