Author: ffang
Date: Mon Sep  3 02:12:31 2007
New Revision: 572261

URL: http://svn.apache.org/viewvc?rev=572261&view=rev
Log:
[SM-939] remove unnecessary jar dependency from servicemix-cxf-se and 
servicemix-cxf-bc

Modified:
    
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml
    
incubator/servicemix/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml

Modified: 
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml?rev=572261&r1=572260&r2=572261&view=diff
==============================================================================
--- 
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml
 (original)
+++ 
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml
 Mon Sep  3 02:12:31 2007
@@ -42,7 +42,6 @@
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-shared</artifactId>
       <version>${servicemix-version}</version>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
@@ -55,16 +54,6 @@
       <artifactId>servicemix-services</artifactId>
       <version>${servicemix-version}</version>
       <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-common</artifactId>
-      <version>${servicemix-version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-soap2</artifactId>
-      <version>${servicemix-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.cxf</groupId>

Modified: 
incubator/servicemix/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml?rev=572261&r1=572260&r2=572261&view=diff
==============================================================================
--- 
incubator/servicemix/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml 
(original)
+++ 
incubator/servicemix/trunk/deployables/serviceengines/servicemix-cxf-se/pom.xml 
Mon Sep  3 02:12:31 2007
@@ -41,13 +41,7 @@
                <dependency>
                    <groupId>org.apache.servicemix</groupId>
                    <artifactId>servicemix-shared</artifactId>
-                   <scope>provided</scope>
                </dependency>
-                <dependency>
-                    <groupId>org.apache.servicemix</groupId>
-                    <artifactId>servicemix-common</artifactId>
-                    <version>${servicemix-version}</version>
-                </dependency>
                 <dependency>
                     <groupId>org.apache.servicemix</groupId>
                     <artifactId>servicemix-jbi</artifactId>


Reply via email to