You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/03/08 14:02:27 UTC

svn commit: r516028 - in /incubator/servicemix/trunk/deployables/sharedlibraries: servicemix-shared-compat/pom.xml servicemix-shared/pom.xml

Author: gnodet
Date: Thu Mar  8 05:02:26 2007
New Revision: 516028

URL: http://svn.apache.org/viewvc?view=rev&rev=516028
Log:
SM-851: Better soap/wsdl support

Modified:
    incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared-compat/pom.xml
    incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared/pom.xml

Modified: incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared-compat/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared-compat/pom.xml?view=diff&rev=516028&r1=516027&r2=516028
==============================================================================
--- incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared-compat/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared-compat/pom.xml Thu Mar  8 05:02:26 2007
@@ -43,6 +43,10 @@
     </dependency>    
     <dependency>
       <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-soap2</artifactId>
+    </dependency>    
+    <dependency>
+      <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
       <exclusions>
         <exclusion>

Modified: incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared/pom.xml?view=diff&rev=516028&r1=516027&r2=516028
==============================================================================
--- incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/sharedlibraries/servicemix-shared/pom.xml Thu Mar  8 05:02:26 2007
@@ -42,9 +42,12 @@
       <artifactId>servicemix-soap</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.servicemix</groupId>
+      <artifactId>servicemix-soap2</artifactId>
+    </dependency>
+    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>