You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2008/06/13 16:48:16 UTC

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

Author: chirino
Date: Fri Jun 13 07:48:16 2008
New Revision: 667558

URL: http://svn.apache.org/viewvc?rev=667558&view=rev
Log:
Making deps work better with parent 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=667558&r1=667557&r2=667558&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml Fri Jun 13 07:48:16 2008
@@ -40,6 +40,12 @@
   </scm>
   
   <properties>
+    <servicemix-version>3.2.1</servicemix-version>
+    <cxf-version>2.1.1-SNAPSHOT</cxf-version>
+    <jetty-version>6.1.6</jetty-version>
+    <spring-version>2.0.6</spring-version>
+    <derby-version>10.2.2.0</derby-version>
+
     <surefire.fork.mode>pertest</surefire.fork.mode>
     <jaxb.version>2.1</jaxb.version>
     <jaxb.impl.version>2.1.4</jaxb.impl.version>
@@ -51,6 +57,7 @@
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-jbi</artifactId>
       <version>${servicemix-version}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
@@ -143,6 +150,7 @@
         </exclusion>
       </exclusions>
     </dependency>
+    
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
@@ -161,8 +169,6 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
@@ -170,57 +176,47 @@
       <version>${servicemix-version}</version>
       <scope>test</scope>
     </dependency>
+
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-support</artifactId>
-      <version>${spring-version}</version>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>${spring-version}</version>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jmx</artifactId>
-      <version>${spring-version}</version>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>${spring-version}</version>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>${spring-version}</version>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>${spring-version}</version>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
       <version>${derby-version}</version>
-      <scope>test</scope>
+      <scope>provided</scope>
     </dependency>
+    
     <dependency>
       <groupId>org.apache.woden</groupId>
       <artifactId>woden</artifactId>
+      <version>1.0.0M6</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
@@ -228,41 +224,32 @@
       <version>1.0-M1</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-jbi</artifactId>
-      <scope>provided</scope>
-    </dependency>
+
     <dependency>
       <groupId>stax</groupId>
       <artifactId>stax-api</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.woodstox</groupId>
       <artifactId>wstx-asl</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>wsdl4j</groupId>
       <artifactId>wsdl4j</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>xalan</groupId>
       <artifactId>xalan</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
-      <scope>provided</scope>
     </dependency>
+    
     <dependency>
       <groupId>org.apache.ws.commons.neethi</groupId>
       <artifactId>neethi</artifactId>
@@ -386,7 +373,6 @@
       <plugin>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>jbi-maven-plugin</artifactId>
-        <version>${servicemix-version}</version>
         <extensions>true</extensions>
         <configuration>
           <type>binding-component</type>
@@ -396,7 +382,6 @@
       <plugin>
         <groupId>org.apache.xbean</groupId>
         <artifactId>maven-xbean-plugin</artifactId>
-        <version>${xbean-version}</version>
         <executions>
           <execution>
             <goals>