Repository: activemq Updated Branches: refs/heads/master 5fd307cd9 -> bce5e5e9c
AMQ-5574 - allow import osgi of jms 2.x spec jar Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/bce5e5e9 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/bce5e5e9 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/bce5e5e9 Branch: refs/heads/master Commit: bce5e5e9c9c3f39c1a9dc57faed3e8c01b226b7b Parents: 5fd307c Author: gtully <[email protected]> Authored: Wed Jun 8 13:15:15 2016 +0100 Committer: gtully <[email protected]> Committed: Wed Jun 8 13:15:15 2016 +0100 ---------------------------------------------------------------------- activemq-osgi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/bce5e5e9/activemq-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index a9975c8..89e9ba6 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -65,7 +65,7 @@ org.apache.xbean.spring*;resolution:=optional;version="[3.13,5)", org.apache.xbean*;version="[3.13,5)", javax.annotation*, - javax.jms*, + javax.jms*;version="[1.1,3)", javax.management*, javax.transaction*, javax.naming*;resolution:=optional,
