You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ch...@apache.org on 2007/09/17 20:06:18 UTC

svn commit: r576549 - /activemq/camel/trunk/pom.xml

Author: chirino
Date: Mon Sep 17 11:06:18 2007
New Revision: 576549

URL: http://svn.apache.org/viewvc?rev=576549&view=rev
Log:
opps forgot to commit

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=576549&r1=576548&r2=576549&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Mon Sep 17 11:06:18 2007
@@ -45,6 +45,7 @@
     <site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/camel/maven/</site-repo-url>
     <slf4j-version>1.3.0</slf4j-version>
     <snapshot-repo-url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</snapshot-repo-url>
+    <commons-io-version>1.3.1</commons-io-version>
   </properties>
 
   <url>http://apache.apache.org/camel/</url>
@@ -533,10 +534,10 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-remoting</artifactId>
           </exclusion>
-          <exclusion>
+          <!--exclusion>
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>
-          </exclusion>
+          </exclusion-->
         </exclusions>
       </dependency>
 
@@ -798,6 +799,7 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <forkMode>pertest</forkMode> 
           <childDelegation>false</childDelegation>
           <useFile>true</useFile>
           <includes>
@@ -884,7 +886,7 @@
       </modules>
       -->
       <properties>
-        <eclipse.workspace.dir>${basedir}../workspace</eclipse.workspace.dir>
+        <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
       </properties>
       <build>
         <defaultGoal>process-test-sources</defaultGoal>