You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2013/07/12 11:41:44 UTC

svn commit: r1502496 - in /cxf/trunk/rt: databinding/jaxb/pom.xml frontend/jaxrs/pom.xml

Author: ningjiang
Date: Fri Jul 12 09:41:44 2013
New Revision: 1502496

URL: http://svn.apache.org/r1502496
Log:
Fixed the build of cxf trunk

Modified:
    cxf/trunk/rt/databinding/jaxb/pom.xml
    cxf/trunk/rt/frontend/jaxrs/pom.xml

Modified: cxf/trunk/rt/databinding/jaxb/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/jaxb/pom.xml?rev=1502496&r1=1502495&r2=1502496&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/jaxb/pom.xml (original)
+++ cxf/trunk/rt/databinding/jaxb/pom.xml Fri Jul 12 09:41:44 2013
@@ -115,7 +115,6 @@
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-wsdl</artifactId>
             <version>${project.version}</version>
-            <scope>test</scope>
         </dependency>
 
         <dependency>

Modified: cxf/trunk/rt/frontend/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxrs/pom.xml?rev=1502496&r1=1502495&r2=1502496&view=diff
==============================================================================
--- cxf/trunk/rt/frontend/jaxrs/pom.xml (original)
+++ cxf/trunk/rt/frontend/jaxrs/pom.xml Fri Jul 12 09:41:44 2013
@@ -112,6 +112,11 @@
             <artifactId>cxf-rt-databinding-jaxb</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-wsdl</artifactId>
+            <version>${project.version}</version>
         </dependency> 
         <dependency>
             <groupId>org.apache.cxf</groupId>