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:46:23 UTC

svn commit: r688878 - /servicemix/components/bindings/servicemix-http/trunk/pom.xml

Author: gertv
Date: Mon Aug 25 13:46:22 2008
New Revision: 688878

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

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

Modified: servicemix/components/bindings/servicemix-http/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-http/trunk/pom.xml?rev=688878&r1=688877&r2=688878&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-http/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-http/trunk/pom.xml Mon Aug 25 13:46:22 2008
@@ -74,10 +74,9 @@
       <version>${servicemix-shared-version}</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-jbi</artifactId>
+      <groupId>org.apache.servicemix.specs</groupId>
+      <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
       <scope>provided</scope>
-      <version>${servicemix-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
@@ -89,6 +88,14 @@
          <groupId>org.springframework</groupId>
          <artifactId>spring-jmx</artifactId>
         </exclusion>
+        <exclusion>
+         <groupId>org.apache.servicemix</groupId>
+         <artifactId>servicemix-services</artifactId>
+        </exclusion>
+        <exclusion>
+         <groupId>org.apache.servicemix</groupId>
+         <artifactId>servicemix-jbi</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>