You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2011/08/26 23:36:01 UTC

svn commit: r1162268 - /cxf/trunk/tools/wadlto/jaxrs/pom.xml

Author: sergeyb
Date: Fri Aug 26 21:36:01 2011
New Revision: 1162268

URL: http://svn.apache.org/viewvc?rev=1162268&view=rev
Log:
Attempting to fix a generated code compilation failure

Modified:
    cxf/trunk/tools/wadlto/jaxrs/pom.xml

Modified: cxf/trunk/tools/wadlto/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/tools/wadlto/jaxrs/pom.xml?rev=1162268&r1=1162267&r2=1162268&view=diff
==============================================================================
--- cxf/trunk/tools/wadlto/jaxrs/pom.xml (original)
+++ cxf/trunk/tools/wadlto/jaxrs/pom.xml Fri Aug 26 21:36:01 2011
@@ -51,7 +51,11 @@
         <dependency>                                                      
              <groupId>xml-resolver</groupId>                               
              <artifactId>xml-resolver</artifactId>
-         </dependency> 
+         </dependency>
+        <dependency>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jaxws_2.2_spec</artifactId>
+        </dependency>  
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-core</artifactId>