mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1365036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
edf5f64982
commit
0de65c1963
|
@ -69,7 +69,7 @@
|
|||
|
||||
<feature name="activemq-camel" version="${activemq-version}" resolver="(obr)">
|
||||
<feature version="${activemq-version}">activemq</feature>
|
||||
<feature version="${camel-version}">camel-jms</feature>
|
||||
<feature version="${camel-version-range}">camel-jms</feature>
|
||||
<bundle>mvn:org.apache.activemq/activemq-camel/${activemq-version}</bundle>
|
||||
</feature>
|
||||
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -47,6 +47,7 @@
|
|||
<axion-version>1.0-M3-dev</axion-version>
|
||||
<axis-version>1.4.2</axis-version>
|
||||
<camel-version>2.9.2</camel-version>
|
||||
<camel-version-range>2.9,3</camel-version-range>
|
||||
<cglib-version>2.0</cglib-version>
|
||||
<openjpa-version>1.2.0</openjpa-version>
|
||||
<commons-beanutils-version>1.8.3</commons-beanutils-version>
|
||||
|
@ -1165,7 +1166,7 @@
|
|||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore></ignore>
|
||||
<execute></execute>
|
||||
</action>
|
||||
</pluginExecution>
|
||||
</pluginExecutions>
|
||||
|
|
Loading…
Reference in New Issue