You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/03/27 22:51:52 UTC

svn commit: r523074 - in /incubator/cxf/trunk: common/common/pom.xml parent/pom.xml testutils/pom.xml

Author: dkulp
Date: Tue Mar 27 13:51:51 2007
New Revision: 523074

URL: http://svn.apache.org/viewvc?view=rev&rev=523074
Log:
Switch to geronimo version of jsr181

Modified:
    incubator/cxf/trunk/common/common/pom.xml
    incubator/cxf/trunk/parent/pom.xml
    incubator/cxf/trunk/testutils/pom.xml

Modified: incubator/cxf/trunk/common/common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/common/pom.xml?view=diff&rev=523074&r1=523073&r2=523074
==============================================================================
--- incubator/cxf/trunk/common/common/pom.xml (original)
+++ incubator/cxf/trunk/common/common/pom.xml Tue Mar 27 13:51:51 2007
@@ -65,10 +65,11 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-annotation_1.0_spec</artifactId>
         </dependency>
+
         <dependency>
-            <groupId>javax.jws</groupId>
-            <artifactId>jsr181-api</artifactId>
-        </dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
+       </dependency>
 
         <dependency>
             <groupId>javax.xml.bind</groupId>

Modified: incubator/cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/parent/pom.xml?view=diff&rev=523074&r1=523073&r2=523074
==============================================================================
--- incubator/cxf/trunk/parent/pom.xml (original)
+++ incubator/cxf/trunk/parent/pom.xml Tue Mar 27 13:51:51 2007
@@ -41,7 +41,6 @@
         <compile.flags>-Xlint:unchecked,deprecation,fallthrough,finally</compile.flags>
 
 
-        <jsr181.version>1.0-MR1</jsr181.version>
         <jaxb.version>2.0</jaxb.version>
         <jaxb.impl.version>2.0.3</jaxb.impl.version>
         <jaxws.version>2.0</jaxws.version>
@@ -544,11 +543,6 @@
                 </exclusions>
             </dependency>
             <dependency>
-                <groupId>javax.jws</groupId>
-                <artifactId>jsr181-api</artifactId>
-                <version>${jsr181.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>javax.xml.ws</groupId>
                 <artifactId>jaxws-api</artifactId>
                 <version>${jaxws.version}</version>
@@ -652,6 +646,11 @@
                 <artifactId>geronimo-ejb_2.1_spec</artifactId>
                 <version>${geronimo.version}</version>
             </dependency>
+           <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
+                <version>1.1-M1</version>
+           </dependency>
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-core</artifactId>

Modified: incubator/cxf/trunk/testutils/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/pom.xml?view=diff&rev=523074&r1=523073&r2=523074
==============================================================================
--- incubator/cxf/trunk/testutils/pom.xml (original)
+++ incubator/cxf/trunk/testutils/pom.xml Tue Mar 27 13:51:51 2007
@@ -38,10 +38,11 @@
 	    <artifactId>junit</artifactId>
 	    <scope>provided</scope>
 	</dependency>
-	<dependency>
-	    <groupId>javax.jws</groupId>
-	    <artifactId>jsr181-api</artifactId>
-	</dependency>
+
+    <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
+    </dependency>
 	<dependency>
 	    <groupId>javax.xml.ws</groupId>
 	    <artifactId>jaxws-api</artifactId>