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 2012/04/09 19:36:33 UTC

svn commit: r1311352 - /cxf/trunk/osgi/bundle/compatible/pom.xml

Author: sergeyb
Date: Mon Apr  9 17:36:33 2012
New Revision: 1311352

URL: http://svn.apache.org/viewvc?rev=1311352&view=rev
Log:
Updating the all-compatible bundle to require the jaxrs frontend with re-exports

Modified:
    cxf/trunk/osgi/bundle/compatible/pom.xml

Modified: cxf/trunk/osgi/bundle/compatible/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/bundle/compatible/pom.xml?rev=1311352&r1=1311351&r2=1311352&view=diff
==============================================================================
--- cxf/trunk/osgi/bundle/compatible/pom.xml (original)
+++ cxf/trunk/osgi/bundle/compatible/pom.xml Mon Apr  9 17:36:33 2012
@@ -267,6 +267,7 @@
                         <Require-Bundle>org.apache.cxf.cxf-api;visibility:=reexport,
                             org.apache.cxf.cxf-rt-core;visibility:=reexport,
                             org.apache.cxf.cxf-rt-frontend-jaxws;visibility:=reexport,
+                            org.apache.cxf.cxf-rt-frontend-jaxrs;visibility:=reexport, 
                             org.apache.cxf.cxf-rt-transports-http;visibility:=reexport,
                             org.springframework.beans</Require-Bundle>
                         <_failok>true</_failok>