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 2007/10/31 17:50:27 UTC

svn commit: r590744 - /activemq/camel/trunk/components/camel-saxon/pom.xml

Author: jstrachan
Date: Wed Oct 31 09:50:22 2007
New Revision: 590744

URL: http://svn.apache.org/viewvc?rev=590744&view=rev
Log:
fixed up the pom

Modified:
    activemq/camel/trunk/components/camel-saxon/pom.xml

Modified: activemq/camel/trunk/components/camel-saxon/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-saxon/pom.xml?rev=590744&r1=590743&r2=590744&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-saxon/pom.xml (original)
+++ activemq/camel/trunk/components/camel-saxon/pom.xml Wed Oct 31 09:50:22 2007
@@ -42,24 +42,19 @@
 
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-core</artifactId>
+      <artifactId>camel-spring</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
       <type>test-jar</type>
-      <optional>true</optional>
       <scope>test</scope>
     </dependency>
-
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring</artifactId>
-    </dependency>
-
     <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging-api</artifactId>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-spring</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
@@ -77,7 +72,6 @@
       <artifactId>saxon-sql</artifactId>
       <version>${saxon-version}</version>
     </dependency>
-
 
     <dependency>
       <groupId>junit</groupId>