Repository: camel
Updated Branches:
refs/heads/camel-2.18.x f02206031 -> d53881b02
[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/d53881b0
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d53881b0
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d53881b0
Branch: refs/heads/camel-2.18.x
Commit: d53881b0256a11b0daae03614fa0f7041db7f8a2
Parents: f022060
Author: Thomas Diesler <thomas.diesler@jboss.com>
Authored: Thu Jan 5 09:52:11 2017 +0100
Committer: Thomas Diesler <thomas.diesler@jboss.com>
Committed: Thu Jan 5 09:52:11 2017 +0100
----------------------------------------------------------------------
parent/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/camel/blob/d53881b0/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 32dfaa9..c3b80eb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3464,6 +3464,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>
|