mirror of https://github.com/apache/activemq.git
AMQ-6298: Moved Spring Import-Package wildcard below other Spring
imports.
This commit is contained in:
parent
0883011147
commit
8b7632cb4f
|
@ -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)",
|
||||
|
|
Loading…
Reference in New Issue