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 2008/05/31 17:40:16 UTC

svn commit: r662040 - in /activemq/camel/trunk: apache-camel/pom.xml pom.xml

Author: davsclaus
Date: Sat May 31 08:40:16 2008
New Revision: 662040

URL: http://svn.apache.org/viewvc?rev=662040&view=rev
Log:
CAMEL-559: Remove dependencies on the big apache-activemq and keep only deps on the fine grained jars.

Modified:
    activemq/camel/trunk/apache-camel/pom.xml
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/pom.xml?rev=662040&r1=662039&r2=662040&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/pom.xml (original)
+++ activemq/camel/trunk/apache-camel/pom.xml Sat May 31 08:40:16 2008
@@ -293,7 +293,8 @@
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>apache-activemq</artifactId>
+      <artifactId>activemq-core</artifactId>
+      <optional>true</optional>
     </dependency>
 
     <dependency>

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=662040&r1=662039&r2=662040&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Sat May 31 08:40:16 2008
@@ -603,11 +603,6 @@
         <version>${activemq-version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.activemq</groupId>
-        <artifactId>apache-activemq</artifactId>
-        <version>${activemq-version}</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.xbean</groupId>
         <artifactId>xbean-spring</artifactId>
         <version>3.3</version>