You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2008/03/07 20:41:02 UTC

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

Author: jstrachan
Date: Fri Mar  7 11:41:01 2008
New Revision: 634788

URL: http://svn.apache.org/viewvc?rev=634788&view=rev
Log:
fixed failing test case

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

Modified: activemq/camel/trunk/examples/camel-example-spring/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-spring/pom.xml?rev=634788&r1=634787&r2=634788&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring/pom.xml (original)
+++ activemq/camel/trunk/examples/camel-example-spring/pom.xml Fri Mar  7 11:41:01 2008
@@ -42,6 +42,10 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.camel</groupId>
@@ -50,7 +54,7 @@
 
     <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>apache-activemq</artifactId>
+      <artifactId>activemq-core</artifactId>
     </dependency>
 
     <!-- for testing -->
@@ -79,6 +83,7 @@
       <plugin>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-maven-plugin</artifactId>
+        <version>${pom.version}</version>
       </plugin>
     </plugins>
   </reporting>