You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/03/06 02:18:33 UTC

camel git commit: CAMEL-8441 Removed the duplicated activemq-camel dependency definition

Repository: camel
Updated Branches:
  refs/heads/master 86756eaa1 -> 09c2e2e47


CAMEL-8441 Removed the duplicated activemq-camel dependency definition


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

Branch: refs/heads/master
Commit: 09c2e2e47cc9eddc3002beb8e64744a435886152
Parents: 86756ea
Author: Willem Jiang <wi...@gmail.com>
Authored: Fri Mar 6 09:18:15 2015 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Fri Mar 6 09:18:15 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/camel/blob/09c2e2e4/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 82e625b..a9c5cbb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1958,11 +1958,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.activemq</groupId>
-        <artifactId>activemq-camel</artifactId>
-        <version>${activemq-version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.activemq</groupId>
         <artifactId>activemq-all</artifactId>
         <version>${activemq-version}</version>
       </dependency>