[jbossws-commits] JBossWS SVN: r7279 - container/jboss50/branches/jbossws-jboss501.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jun 3 06:57:59 EDT 2008


Author: heiko.braun at jboss.com
Date: 2008-06-03 06:57:59 -0400 (Tue, 03 Jun 2008)
New Revision: 7279

Modified:
   container/jboss50/branches/jbossws-jboss501/pom.xml
Log:
Use default jaxws and jaxrpc API

Modified: container/jboss50/branches/jbossws-jboss501/pom.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss501/pom.xml	2008-06-03 10:29:31 UTC (rev 7278)
+++ container/jboss50/branches/jbossws-jboss501/pom.xml	2008-06-03 10:57:59 UTC (rev 7279)
@@ -58,7 +58,17 @@
         <groupId>org.jboss.metadata</groupId>
         <artifactId>jboss-metadata</artifactId>
         <version>${jboss.metadata.version}</version>
-      </dependency>
+        <exclusions>
+          <exclusion>
+            <groupId>org.jboss</groupId>
+            <artifactId>jboss-jaxws</artifactId>
+          </exclusion>
+            <exclusion>
+            <groupId>org.jboss</groupId>
+            <artifactId>jboss-jaxrpc</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>      
       <dependency>
         <groupId>org.jboss.ejb3</groupId>
         <artifactId>jboss-ejb3-core</artifactId>
@@ -124,7 +134,21 @@
       <groupId>org.jboss</groupId>
       <artifactId>jbossxb</artifactId>
     </dependency>
-    
+
+     <!-- thirdparty -->
+     <dependency>
+        <groupId>javax.xml.ws</groupId>
+        <artifactId>jaxws-api</artifactId>
+        <version>2.1</version>
+        <scope>compile</scope>
+     </dependency>
+     <dependency>
+        <groupId>sun-jaxws</groupId>
+        <artifactId>jsr181-api</artifactId>
+        <version>1.0</version>
+        <scope>compile</scope>
+     </dependency>
+     
     <!-- transitive dependencies -->
     <dependency>
       <groupId>org.jboss.metadata</groupId>




More information about the jbossws-commits mailing list