Updated Branches: refs/heads/trunk ef619b6a9 -> 6377d49a1
https://issues.apache.org/jira/browse/AMQ-4967 Import activemq pool explicitly Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/6377d49a Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/6377d49a Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/6377d49a Branch: refs/heads/trunk Commit: 6377d49a1c2e501b7f9daa39a4ed91e8cf4114b1 Parents: ef619b6 Author: Timothy Bish <[email protected]> Authored: Mon Jan 13 11:13:45 2014 -0500 Committer: Timothy Bish <[email protected]> Committed: Mon Jan 13 11:13:45 2014 -0500 ---------------------------------------------------------------------- activemq-camel/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/6377d49a/activemq-camel/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-camel/pom.xml b/activemq-camel/pom.xml index 10303d3..b6bc4fb 100755 --- a/activemq-camel/pom.xml +++ b/activemq-camel/pom.xml @@ -33,6 +33,7 @@ <properties> <activemq.osgi.import.pkg> org.springframework.jms*;version="[3,4)", + org.apache.activemq.pool, * </activemq.osgi.import.pkg> <activemq.osgi.export>
