You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by js...@apache.org on 2007/11/26 19:21:50 UTC

svn commit: r598372 - /servicemix/branches/servicemix-4.0/camel/pom.xml

Author: jstrachan
Date: Mon Nov 26 10:21:49 2007
New Revision: 598372

URL: http://svn.apache.org/viewvc?rev=598372&view=rev
Log:
removed local versions of jaxb/cxf

Modified:
    servicemix/branches/servicemix-4.0/camel/pom.xml

Modified: servicemix/branches/servicemix-4.0/camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/camel/pom.xml?rev=598372&r1=598371&r2=598372&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/camel/pom.xml (original)
+++ servicemix/branches/servicemix-4.0/camel/pom.xml Mon Nov 26 10:21:49 2007
@@ -34,12 +34,6 @@
     <version>4.0-SNAPSHOT</version>
     <name>ServiceMix Camel</name>
 
-    <properties>
-        <cxf.version>2.0.3-incubator</cxf.version>
-        <jaxb-impl.version>2.0.1</jaxb-impl.version>
-        <jaxb-api.version>2.0</jaxb-api.version>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.servicemix.nmr</groupId>
@@ -90,13 +84,13 @@
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
 	    <artifactId>org.apache.servicemix.bundles.jaxb-impl</artifactId>
-	    <version>${jaxb-impl.version}-${pom.version}</version>
+	    <version>${jaxb.impl.version}-${pom.version}</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.jaxb-api</artifactId>
-            <version>${jaxb-api.version}-${pom.version}</version>
+            <version>${jaxb.api.version}-${pom.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>