Author: antelder
Date: Wed Mar 31 15:12:08 2010
New Revision: 929580

URL: http://svn.apache.org/viewvc?rev=929580&view=rev
Log:
Add jaxws ws binding to base jar

Modified:
    tuscany/sca-java-2.x/trunk/shades/base/pom.xml

Modified: tuscany/sca-java-2.x/trunk/shades/base/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/shades/base/pom.xml?rev=929580&r1=929579&r2=929580&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/shades/base/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/shades/base/pom.xml Wed Mar 31 15:12:08 2010
@@ -108,6 +108,12 @@
             <version>${pom.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-ws-runtime-jaxws</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+
 <!-- these remaining dependencies are not required when using JDK6, so use a 
scope of provided  -->
 
         <dependency>
@@ -186,13 +192,6 @@
             <scope>provided</scope>
         </dependency>
 
-        <dependency>
-            <groupId>javax.activation</groupId>
-            <artifactId>activation</artifactId>
-            <version>1.1</version>
-            <scope>provided</scope>
-        </dependency>
-
     </dependencies>
 
     <build>


Reply via email to