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/12/05 18:04:26 UTC

svn commit: r1210532 - in /cxf/branches/2.4.x-fixes: ./ osgi/bundle/jaxrs/pom.xml

Author: sergeyb
Date: Mon Dec  5 17:04:25 2011
New Revision: 1210532

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

........
  r1210527 | sergeyb | 2011-12-05 16:57:09 +0000 (Mon, 05 Dec 2011) | 1 line
  
  [CXF-3949] Making javax.ws.rs imports non-optional for the jaxrs bundle only
........

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

Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Dec  5 17:04:25 2011
@@ -1 +1 @@
-/cxf/trunk:1209588,1209728,1210114,1210127
+/cxf/trunk:1209588,1209728,1210114,1210127,1210527

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

Modified: cxf/branches/2.4.x-fixes/osgi/bundle/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/osgi/bundle/jaxrs/pom.xml?rev=1210532&r1=1210531&r2=1210532&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/osgi/bundle/jaxrs/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/osgi/bundle/jaxrs/pom.xml Mon Dec  5 17:04:25 2011
@@ -135,7 +135,6 @@
                             com.ctc.wstx.msv*;resolution:=optional,
                             org.codehaus.stax2*;resolution:=optional,
                             javax.ws.rs*,
-                            repackage;resolution:=optional,
                             javax.resource*;resolution:=optional,
                             junit.framework*;resolution:=optional,
                             net.sf.cglib*;resolution:=optional;version="[2.1.3, 3.0.0)",