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 09:33:29 UTC

svn commit: r661970 - /activemq/camel/trunk/examples/camel-example-spring-xquery/pom.xml

Author: davsclaus
Date: Sat May 31 00:33:29 2008
New Revision: 661970

URL: http://svn.apache.org/viewvc?rev=661970&view=rev
Log:
CAMEL-561 using activemq-core instead of apache-activemq

Modified:
    activemq/camel/trunk/examples/camel-example-spring-xquery/pom.xml

Modified: activemq/camel/trunk/examples/camel-example-spring-xquery/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-spring-xquery/pom.xml?rev=661970&r1=661969&r2=661970&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring-xquery/pom.xml (original)
+++ activemq/camel/trunk/examples/camel-example-spring-xquery/pom.xml Sat May 31 00:33:29 2008
@@ -55,7 +55,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>apache-activemq</artifactId>
+      <artifactId>activemq-core</artifactId>
     </dependency>
 
     <!-- for testing -->