mirror of https://github.com/apache/activemq.git
[AMQ-5353] Use the same version range for the imports and the features.xml
This commit is contained in:
parent
c70d75213e
commit
b1ede0559e
|
@ -34,10 +34,11 @@
|
|||
<activemq.osgi.import.pkg>
|
||||
org.springframework.jms*;version="[3,4)",
|
||||
org.apache.activemq.pool,
|
||||
org.apache.camel*;version="${camel-version-range}",
|
||||
*
|
||||
</activemq.osgi.import.pkg>
|
||||
<activemq.osgi.export>
|
||||
org.apache.activemq.camel*;version=${project.version};-noimport:=true
|
||||
org.apache.activemq.camel*;version:="${project.version}";-noimport:=true
|
||||
</activemq.osgi.export>
|
||||
</properties>
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
com.thoughtworks.xstream*;resolution:=optional,
|
||||
org.apache.activeio*;resolution:=optional,
|
||||
org.apache.activemq.camel*;resolution:=optional,
|
||||
org.apache.camel*;resolution:=optional,
|
||||
org.apache.camel*;version:="${camel-version-range}";resolution:=optional,
|
||||
org.apache.derby.jdbc*;resolution:=optional,
|
||||
org.apache.geronimo.transaction.manager*;resolution:=optional,
|
||||
org.apache.hadoop*;resolution:=optional,
|
||||
|
|
Loading…
Reference in New Issue