Don't install spring and spring-dm by default
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/a7c6e78b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a7c6e78b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a7c6e78b Branch: refs/heads/master Commit: a7c6e78b491c4feb6797a6dddd32a6249189a552 Parents: 9d4b49b Author: Daniel Kulp <[email protected]> Authored: Thu Nov 6 11:42:30 2014 -0500 Committer: Daniel Kulp <[email protected]> Committed: Thu Nov 6 11:42:30 2014 -0500 ---------------------------------------------------------------------- osgi/karaf/features/src/main/resources/features.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/a7c6e78b/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 6199382..df497aa 100644 --- a/osgi/karaf/features/src/main/resources/features.xml +++ b/osgi/karaf/features/src/main/resources/features.xml @@ -240,13 +240,11 @@ </feature> <feature name="cxf-bindings-coloc" version="${project.version}" resolver="(obr)"> <feature version="${project.version}">cxf-core</feature> - <feature version="[3,4)">spring</feature> <bundle start-level="40">mvn:org.apache.cxf/cxf-rt-bindings-coloc/${project.version}</bundle> </feature> <feature name="cxf-bindings-object" version="${project.version}" resolver="(obr)"> <feature version="${project.version}">cxf-core</feature> <feature version="${project.version}">cxf-transports-local</feature> - <feature version="[3,4)">spring</feature> <bundle start-level="40">mvn:org.apache.cxf/cxf-rt-bindings-object/${project.version}</bundle> </feature> <feature name="cxf-transports-local" version="${project.version}" resolver="(obr)"> @@ -316,8 +314,6 @@ <bundle>mvn:org.apache.cxf/cxf-tools-corba/${project.version}</bundle--> </feature> <feature name="cxf" version="${project.version}" resolver="(obr)"> - <feature version="[3,4)">spring</feature> - <feature version="[1.2,2)">spring-dm</feature> <feature version="${project.version}">cxf-core</feature> <feature version="${project.version}">cxf-jaxws</feature> <feature version="${project.version}">cxf-jaxrs</feature>
