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 2009/06/10 15:27:26 UTC

svn commit: r783355 - in /cxf/branches/2.2.x-fixes: ./ distribution/bundle/minimal/pom.xml

Author: sergeyb
Date: Wed Jun 10 13:27:26 2009
New Revision: 783355

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

........
  r783294 | sergeyb | 2009-06-10 12:23:22 +0100 (Wed, 10 Jun 2009) | 1 line
  
  Adding jaxrs frontend to minimal bundle
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Jun 10 13:27:26 2009
@@ -1 +1 @@
-/cxf/trunk:782728-782730,783097
+/cxf/trunk:782728-782730,783097,783294

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Jun 10 13:27:26 2009
@@ -1 +1 @@
-/cxf/trunk:1-782619,782728-782730,783097
+/cxf/trunk:1-782619,782728-782730,783097,783294

Modified: cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml?rev=783355&r1=783354&r2=783355&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/distribution/bundle/minimal/pom.xml Wed Jun 10 13:27:26 2009
@@ -125,6 +125,11 @@
             <artifactId>cxf-rt-ws-rm</artifactId>
             <version>${pom.version}</version>
         </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>cxf-rt-frontend-jaxrs</artifactId>
+            <version>${pom.version}</version>
+        </dependency> 
     </dependencies>
 
     <build>