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:
James Strachan 2008-08-27 18:03:57 +00:00
parent 557ee247a1
commit 6a5c5eb296
2 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -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 -->