Added jetty-client optional jar too

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@689545 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2008-08-27 18:17:35 +00:00
parent d0b0e4aa6c
commit b9c25144ff
1 changed files with 5 additions and 0 deletions

View File

@ -366,6 +366,11 @@
<artifactId>camel-spring</artifactId>
<version>${camel-version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jetty</artifactId>
<version>${camel-version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jms</artifactId>