You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by da...@apache.org on 2016/11/22 18:45:05 UTC

activemq git commit: AMQ-6506: Increase OSGi version range for package import javax.jms

Repository: activemq
Updated Branches:
  refs/heads/master 7a7192517 -> 2a56c6037


AMQ-6506: Increase OSGi version range for package import javax.jms


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/2a56c603
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/2a56c603
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/2a56c603

Branch: refs/heads/master
Commit: 2a56c6037df60f2adec18c1184ace3b25dd00f98
Parents: 7a71925
Author: Benjamin Graf <be...@gmx.net>
Authored: Wed Nov 16 13:57:42 2016 +0100
Committer: Claus Ibsen <cl...@gmail.com>
Committed: Tue Nov 22 19:44:45 2016 +0100

----------------------------------------------------------------------
 activemq-jms-pool/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/2a56c603/activemq-jms-pool/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml
index 0eabd75..83ba6dd 100644
--- a/activemq-jms-pool/pom.xml
+++ b/activemq-jms-pool/pom.xml
@@ -32,6 +32,7 @@
 
   <properties>
     <activemq.osgi.import.pkg>
+      javax.jms*;version="[1.1,3)",
       javax.transaction*;resolution:=optional,
       org.apache.geronimo.transaction.manager*;resolution:=optional,
       *