Author: cschneider
Date: Fri Jan 20 09:17:11 2012
New Revision: 1233822

URL: http://svn.apache.org/viewvc?rev=1233822&view=rev
Log:
CXF-4048 Commenting out invoker to make build work. Will have to investigate 
this

Modified:
    cxf/trunk/systests/wsdl_maven/codegen/pom.xml
    cxf/trunk/systests/wsdl_maven/java2ws/pom.xml

Modified: cxf/trunk/systests/wsdl_maven/codegen/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/systests/wsdl_maven/codegen/pom.xml?rev=1233822&r1=1233821&r2=1233822&view=diff
==============================================================================
--- cxf/trunk/systests/wsdl_maven/codegen/pom.xml (original)
+++ cxf/trunk/systests/wsdl_maven/codegen/pom.xml Fri Jan 20 09:17:11 2012
@@ -78,6 +78,7 @@
                     </execution>
                 </executions>
             </plugin>
+<!--
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
@@ -104,6 +105,7 @@
               </execution>
             </executions>
           </plugin>
+-->
         </plugins>
     </build>
     

Modified: cxf/trunk/systests/wsdl_maven/java2ws/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/systests/wsdl_maven/java2ws/pom.xml?rev=1233822&r1=1233821&r2=1233822&view=diff
==============================================================================
--- cxf/trunk/systests/wsdl_maven/java2ws/pom.xml (original)
+++ cxf/trunk/systests/wsdl_maven/java2ws/pom.xml Fri Jan 20 09:17:11 2012
@@ -73,5 +73,10 @@
                        <artifactId>cxf-rt-frontend-jaxws</artifactId>
                        <version>${project.version}</version>
                </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-tools-common</artifactId>
+            <version>${project.version}</version>
+        </dependency>
        </dependencies>
 </project>


Reply via email to