Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 85975ce59 -> b46d0377a
[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/b46d0377 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b46d0377 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/b46d0377 Branch: refs/heads/3.0.x-fixes Commit: b46d0377adc21c84f7c9c11e0edce1fc7688ec96 Parents: 85975ce Author: Akitoshi Yoshida <[email protected]> Authored: Thu Apr 9 13:59:46 2015 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Thu Apr 9 14:01:02 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/b46d0377/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 5a1a703..c32b40d 100644 --- a/osgi/karaf/features/src/main/resources/features.xml +++ b/osgi/karaf/features/src/main/resources/features.xml @@ -277,6 +277,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)">
