mirror of https://github.com/apache/activemq.git
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:
parent
d0b0e4aa6c
commit
b9c25144ff
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue