Author: davsclaus Date: Wed Feb 13 08:52:49 2013 New Revision: 1445507 URL: http://svn.apache.org/r1445507 Log: CAMEL-6074: Upgrade to ActiveMQ 5.8.0
Modified: camel/trunk/components/camel-mqtt/pom.xml Modified: camel/trunk/components/camel-mqtt/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-mqtt/pom.xml?rev=1445507&r1=1445506&r2=1445507&view=diff ============================================================================== --- camel/trunk/components/camel-mqtt/pom.xml (original) +++ camel/trunk/components/camel-mqtt/pom.xml Wed Feb 13 08:52:49 2013 @@ -57,6 +57,12 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.apache.activemq</groupId> + <artifactId>activemq-mqtt</artifactId> + <version>${activemq-version}</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope>