[jbossws-commits] JBossWS SVN: r11186 - in stack/cxf/branches/jbossws-cxf-3.1.2: modules/testsuite and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Dec 2 15:13:17 EST 2009


Author: fnasser at redhat.com
Date: 2009-12-02 15:13:17 -0500 (Wed, 02 Dec 2009)
New Revision: 11186

Modified:
   stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/pom.xml
   stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
jboss-javaee is now marked optional in the juddi-parent pom, so we need to specify it ourselves

Modified: stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/pom.xml	2009-12-02 17:28:13 UTC (rev 11185)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/modules/testsuite/pom.xml	2009-12-02 20:13:17 UTC (rev 11186)
@@ -50,6 +50,10 @@
       <artifactId>jboss-ejb-api</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-javaee</artifactId>
+    </dependency>
+    <dependency>
       <groupId>javax.jws</groupId>
       <artifactId>jsr181-api</artifactId>
     </dependency>

Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml	2009-12-02 17:28:13 UTC (rev 11185)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml	2009-12-02 20:13:17 UTC (rev 11186)
@@ -132,6 +132,12 @@
         <scope>provided</scope>
       </dependency>
       <dependency>
+        <groupId>org.jboss.javaee</groupId>
+        <artifactId>jboss-javaee</artifactId>
+        <version>5.0.1.GA</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
         <groupId>javax.jws</groupId>
         <artifactId>jsr181-api</artifactId>
         <version>1.0-MR1</version>



More information about the jbossws-commits mailing list