You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2015/04/09 14:00:11 UTC

cxf git commit: [CXF-6341] Add atmosphere in feature cxf-transports-websocket-server

Repository: cxf
Updated Branches:
  refs/heads/master c518dc9cf -> 380c20077


[CXF-6341] Add atmosphere in feature cxf-transports-websocket-server


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

Branch: refs/heads/master
Commit: 380c20077a5c8d93d1fc0c1d49f4ee3be440157c
Parents: c518dc9
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Thu Apr 9 13:59:46 2015 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Thu Apr 9 14:00:05 2015 +0200

----------------------------------------------------------------------
 osgi/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/380c2007/osgi/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf/features/src/main/resources/features.xml b/osgi/karaf/features/src/main/resources/features.xml
index 9f03db6..33b418d 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -292,6 +292,7 @@
     </feature>
     <feature name="cxf-transports-websocket-server" version="${project.version}" resolver="(obr)">
         <feature version="[3,4)">cxf-http</feature>
+        <bundle dependency='true'>mvn:org.atmosphere/atmosphere-runtime/${cxf.atmosphere.version}</bundle>
         <bundle start-level="40">mvn:org.apache.cxf/cxf-rt-transports-websocket/${project.version}</bundle>
     </feature>
     <feature name="cxf-javascript" version="${project.version}" resolver="(obr)">