Repository: camel Updated Branches: refs/heads/camel-2.18.x ac5f22e7b -> 1a59b2cc7 refs/heads/master afca0b700 -> 233e6a87f
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/078a707d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/078a707d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/078a707d Branch: refs/heads/master Commit: 078a707d41eeac60300367bef2fe7cc157672906 Parents: afca0b7 Author: James Netherton <jamesnether...@gmail.com> Authored: Fri Mar 24 13:34:08 2017 +0000 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sun Mar 26 09:07:19 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/078a707d/components/camel-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-amqp/pom.xml b/components/camel-amqp/pom.xml index 3077fc3..323b62e 100644 --- a/components/camel-amqp/pom.xml +++ b/components/camel-amqp/pom.xml @@ -97,7 +97,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/078a707d/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 6c27006..97b35e4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -3688,6 +3688,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>