mirror of https://github.com/apache/activemq.git
AMQ-5366: Upgrade to Camel 2.14
This commit is contained in:
parent
4ff5a3e48e
commit
f54e771df0
|
@ -91,7 +91,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.camel</groupId>
|
||||
<artifactId>camel-test-spring</artifactId>
|
||||
<artifactId>camel-test-spring3</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -46,7 +46,7 @@
|
|||
<aopalliance-version>1.0</aopalliance-version>
|
||||
<aries-version>1.0.0</aries-version>
|
||||
<axion-version>1.0-M3-dev</axion-version>
|
||||
<camel-version>2.13.2</camel-version>
|
||||
<camel-version>2.14.0</camel-version>
|
||||
<camel-version-range>[2.12,3)</camel-version-range>
|
||||
<cglib-version>2.2</cglib-version>
|
||||
<commons-beanutils-version>1.8.3</commons-beanutils-version>
|
||||
|
@ -585,9 +585,10 @@
|
|||
<artifactId>camel-test</artifactId>
|
||||
<version>${camel-version}</version>
|
||||
</dependency>
|
||||
<!-- when upgrading to Spring 4.x then use camel-test-spring -->
|
||||
<dependency>
|
||||
<groupId>org.apache.camel</groupId>
|
||||
<artifactId>camel-test-spring</artifactId>
|
||||
<artifactId>camel-test-spring3</artifactId>
|
||||
<version>${camel-version}</version>
|
||||
</dependency>
|
||||
|
||||
|
|
Loading…
Reference in New Issue