CAMEL-7734: Added commons-pool to camel-sjms feature
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a1416c02 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a1416c02 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a1416c02 Branch: refs/heads/master Commit: a1416c023abe9984107f02f22a621f36cecc22a8 Parents: 86efd45 Author: Claus Ibsen <[email protected]> Authored: Fri Aug 22 08:31:37 2014 +0200 Committer: Claus Ibsen <[email protected]> Committed: Fri Aug 22 08:31:37 2014 +0200 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a1416c02/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index b6d7212..e178f0f 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -1056,6 +1056,7 @@ <!-- JTA is not currently supported by SJMS but is a required dependency of the Geronimo JMS Bundle --> <bundle dependency='true'>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${geronimo-jta-spec-version}</bundle> <bundle dependency='true'>mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${geronimo-jms-spec-version}</bundle> + <bundle dependency='true'>mvn:commons-pool/commons-pool/${commons-pool-version}</bundle> <feature version='${project.version}'>camel-core</feature> <bundle>mvn:org.apache.camel/camel-sjms/${project.version}</bundle> </feature>
