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 2008/08/25 22:45:21 UTC

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

Author: gertv
Date: Mon Aug 25 13:45:21 2008
New Revision: 688877

URL: http://svn.apache.org/viewvc?rev=688877&view=rev
Log:
SM-1455: Update BC with JBI specs and servicemix-utils

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=688877&r1=688876&r2=688877&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml Mon Aug 25 13:45:21 2008
@@ -70,9 +70,8 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-jbi</artifactId>
-      <version>${servicemix-version}</version>
+      <groupId>org.apache.servicemix.specs</groupId>
+      <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -80,11 +79,20 @@
       <artifactId>servicemix-core</artifactId>
       <version>${servicemix-version}</version>
       <scope>provided</scope>
+      <exclusions>
+        <exclusion>
+         <groupId>org.apache.servicemix</groupId>
+         <artifactId>servicemix-jbi</artifactId>
+        </exclusion>
+        <exclusion>
+         <groupId>org.apache.servicemix</groupId>
+         <artifactId>servicemix-services</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-services</artifactId>
-      <version>${servicemix-version}</version>
+      <artifactId>servicemix-utils</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>