mirror of https://github.com/apache/activemq.git
Added camel-jetty to the ActiveMQ distro
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@689542 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
557ee247a1
commit
6a5c5eb296
|
@ -96,6 +96,10 @@
|
|||
<groupId>org.apache.camel</groupId>
|
||||
<artifactId>camel-spring</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.camel</groupId>
|
||||
<artifactId>camel-jetty</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.camel</groupId>
|
||||
<artifactId>camel-jms</artifactId>
|
||||
|
|
|
@ -111,6 +111,7 @@
|
|||
<!-- camel -->
|
||||
<include>org.apache.camel:camel-core</include>
|
||||
<include>org.apache.camel:camel-spring</include>
|
||||
<include>org.apache.camel:camel-jetty</include>
|
||||
<include>org.apache.camel:camel-jms</include>
|
||||
<include>org.apache.activemq:activemq-camel</include>
|
||||
<!-- Java 5 only -->
|
||||
|
|
Loading…
Reference in New Issue