You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2013/02/20 06:09:11 UTC

svn commit: r1448004 - in /cxf/branches/2.7.x-fixes: ./ rt/transports/http/pom.xml

Author: ffang
Date: Wed Feb 20 05:09:11 2013
New Revision: 1448004

URL: http://svn.apache.org/r1448004
Log:
Merged revisions 1448003 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1448003 | ffang | 2013-02-20 12:58:42 +0800 (δΈ‰, 20  2 2013) | 1 line
  
  [CXF-4840]add more optional Import-Package for cxf-rt-transports-http module
........

Modified:
    cxf/branches/2.7.x-fixes/   (props changed)
    cxf/branches/2.7.x-fixes/rt/transports/http/pom.xml

Propchange: cxf/branches/2.7.x-fixes/
------------------------------------------------------------------------------
  Merged /cxf/trunk:r1448003

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

Modified: cxf/branches/2.7.x-fixes/rt/transports/http/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/rt/transports/http/pom.xml?rev=1448004&r1=1448003&r2=1448004&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/rt/transports/http/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/rt/transports/http/pom.xml Wed Feb 20 05:09:11 2013
@@ -36,7 +36,9 @@
         <cxf.bundle.activator>org.apache.cxf.transport.http.osgi.HTTPTransportActivator</cxf.bundle.activator>
         <cxf.osgi.import>
             javax.servlet*;version="${cxf.osgi.javax.servlet.version}",
-            org.apache.aries*;version="${cxf.aries.version.range}"
+            org.apache.aries*;version="${cxf.aries.version.range}",
+            org.apache.karaf.jaas.boot.principal;resolution:=optional,
+            org.eclipse.jetty.plus.jaas;resolution:=optional
         </cxf.osgi.import>
         <cxf.osgi.export>
             '=META-INF.cxf.osgi',