You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2006/11/15 10:43:57 UTC

svn commit: r475171 - /incubator/cxf/trunk/rt/databinding/jaxb/pom.xml

Author: ffang
Date: Wed Nov 15 01:43:55 2006
New Revision: 475171

URL: http://svn.apache.org/viewvc?view=rev&rev=475171
Log:
minor change for previous commit

Modified:
    incubator/cxf/trunk/rt/databinding/jaxb/pom.xml

Modified: incubator/cxf/trunk/rt/databinding/jaxb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/databinding/jaxb/pom.xml?view=diff&rev=475171&r1=475170&r2=475171
==============================================================================
--- incubator/cxf/trunk/rt/databinding/jaxb/pom.xml (original)
+++ incubator/cxf/trunk/rt/databinding/jaxb/pom.xml Wed Nov 15 01:43:55 2006
@@ -105,11 +105,6 @@
             <artifactId>activation</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>javax.xml.ws</groupId>
-            <artifactId>jaxws-api</artifactId>
-            <scope>provided</scope>
-        </dependency>
 
         <dependency>
             <groupId>com.sun.xml.messaging.saaj</groupId>
@@ -135,7 +130,10 @@
         </dependency>
         
 
-
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-impl</artifactId>
+        </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-xjc</artifactId>