git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1084208 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2011-03-22 15:00:56 +00:00
parent 32d24fbbdd
commit 536755170c
2 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@
<!-- You can use Spring XML syntax to define the routes here using the <route> element -->
<route>
<description>Example Camel Route</description>
<from uri="activemq:example.A"/>
<to uri="activemq:example.B"/>
</route>

View File

@ -433,7 +433,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-web</artifactId>
<version>${camel-version}</version>
<version>2.4.0</version>
<type>war</type>
</dependency>