Repository: activemq Updated Branches: refs/heads/activemq-5.13.x 405280ecc -> 6d539b4f0 refs/heads/master 088301114 -> 8b7632cb4
AMQ-6298: Moved Spring Import-Package wildcard below other Spring imports. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/8b7632cb Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/8b7632cb Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/8b7632cb Branch: refs/heads/master Commit: 8b7632cb4f6aaa0d7d7c2febab5e60b6abcf3dff Parents: 0883011 Author: Seth Leger <[email protected]> Authored: Fri May 20 04:57:51 2016 -0400 Committer: Seth Leger <[email protected]> Committed: Fri May 20 05:01:51 2016 -0400 ---------------------------------------------------------------------- activemq-osgi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/8b7632cb/activemq-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index 0f88d38..a9975c8 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -56,10 +56,10 @@ org.apache.zookeeper*;resolution:=optional, org.fusesource.leveldbjni*;resolution:=optional, org.fusesource.hawtjni*;resolution:=optional, - org.springframework*;version="[3,5)";resolution:=optional, org.springframework.jms*;version="[3,5)";resolution:=optional, org.springframework.osgi*;version="[1,4]";resolution:=optional, org.springframework.transaction*;version="[3,5)";resolution:=optional, + org.springframework*;version="[3,5)";resolution:=optional, org.xmlpull*;resolution:=optional, scala*;resolution:=optional, org.apache.xbean.spring*;resolution:=optional;version="[3.13,5)",
