You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2014/12/01 15:57:30 UTC

cxf git commit: CXF-6124 Fixing exports

Repository: cxf
Updated Branches:
  refs/heads/master c5609a479 -> 36fcf426a


CXF-6124 Fixing exports


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/36fcf426
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/36fcf426
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/36fcf426

Branch: refs/heads/master
Commit: 36fcf426a4946f57b051ce7a388c7190fc97aebd
Parents: c5609a4
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Dec 1 15:57:25 2014 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Dec 1 15:57:25 2014 +0100

----------------------------------------------------------------------
 rt/transports/http/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/36fcf426/rt/transports/http/pom.xml
----------------------------------------------------------------------
diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml
index d40d9e6..5e254c9 100644
--- a/rt/transports/http/pom.xml
+++ b/rt/transports/http/pom.xml
@@ -40,8 +40,10 @@
         </cxf.osgi.import>
         <cxf.osgi.export>
             org.osgi.service.http,
-            org.apache.cxf.transports.http.*,
+            org.apache.cxf.transports.http*,
             org.apache.cxf.transport.http.*,
+            org.apache.cxf.transport.https.*,
+            org.apache.cxf.transport.servlet.*,
         </cxf.osgi.export>
         <!-- keep in sync with services exported in activator -->
         <cxf.export.service>