You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/01/05 08:56:27 UTC

camel git commit: [CAMEL-10673] Expose activemq-mqtt through parent POM

Repository: camel
Updated Branches:
  refs/heads/master a1df7129a -> acb8fa087


[CAMEL-10673] Expose activemq-mqtt through parent POM


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/acb8fa08
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/acb8fa08
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/acb8fa08

Branch: refs/heads/master
Commit: acb8fa0873db47be6cc13719eb28bae959fae423
Parents: a1df712
Author: Thomas Diesler <th...@jboss.com>
Authored: Thu Jan 5 09:52:11 2017 +0100
Committer: Thomas Diesler <th...@jboss.com>
Committed: Thu Jan 5 09:54:53 2017 +0100

----------------------------------------------------------------------
 parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/acb8fa08/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 49d904e..e230ca6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3571,6 +3571,11 @@
         <artifactId>activemq-jaas</artifactId>
         <version>${activemq-version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.activemq</groupId>
+        <artifactId>activemq-mqtt</artifactId>
+        <version>${activemq-version}</version>
+      </dependency>
 
       <dependency>
         <groupId>org.apache.xbean</groupId>