You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/03/26 07:58:17 UTC

[3/3] camel git commit: CAMEL-11064: Add activemq-amqp to parent POM

CAMEL-11064: Add activemq-amqp to parent POM


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

Branch: refs/heads/camel-2.18.x
Commit: 1a59b2cc72a6d2f909a96deb5adff6c0ca0c96f4
Parents: ac5f22e
Author: James Netherton <ja...@gmail.com>
Authored: Fri Mar 24 13:34:08 2017 +0000
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Mar 26 09:58:08 2017 +0200

----------------------------------------------------------------------
 components/camel-amqp/pom.xml | 1 -
 parent/pom.xml                | 5 +++++
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1a59b2cc/components/camel-amqp/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml
index 9b2143a..f7c97de 100644
--- a/components/camel-amqp/pom.xml
+++ b/components/camel-amqp/pom.xml
@@ -67,7 +67,6 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-amqp</artifactId>
-      <version>${activemq-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/1a59b2cc/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index de28ed2..c3c52d1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3456,6 +3456,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.activemq</groupId>
+        <artifactId>activemq-amqp</artifactId>
+        <version>${activemq-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.activemq</groupId>
         <artifactId>activemq-openwire-legacy</artifactId>
         <version>${activemq-version}</version>
       </dependency>