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:39:15 UTC

svn commit: r1162270 - in /cxf/branches/2.4.x-fixes: ./ tools/wadlto/jaxrs/pom.xml

Author: sergeyb
Date: Fri Aug 26 21:39:14 2011
New Revision: 1162270

URL: http://svn.apache.org/viewvc?rev=1162270&view=rev
Log:
Merged revisions 1162268 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1162268 | sergeyb | 2011-08-26 22:36:01 +0100 (Fri, 26 Aug 2011) | 1 line
  
  Attempting to fix a generated code compilation failure
........

Modified:
    cxf/branches/2.4.x-fixes/   (props changed)
    cxf/branches/2.4.x-fixes/tools/wadlto/jaxrs/pom.xml

Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
    svn:mergeinfo = /cxf/trunk:1162268

Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.4.x-fixes/tools/wadlto/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/tools/wadlto/jaxrs/pom.xml?rev=1162270&r1=1162269&r2=1162270&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/tools/wadlto/jaxrs/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/tools/wadlto/jaxrs/pom.xml Fri Aug 26 21:39:14 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>