You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/04/19 15:14:50 UTC

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

Author: jstrachan
Date: Thu Apr 19 06:14:42 2007
New Revision: 530401

URL: http://svn.apache.org/viewvc?view=rev&rev=530401
Log:
tidied up the pom to see if it fixes the recent strange build errors on some platforms

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=530401&r1=530400&r2=530401
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Thu Apr 19 06:14:42 2007
@@ -247,13 +247,6 @@
         <groupId>org.apache.activemq</groupId>
         <artifactId>apache-activemq</artifactId>
         <version>4.1.0-incubator</version>
-        <optional>true</optional>
-        <exclusions>
-          <exclusion>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring</artifactId>
-          </exclusion>
-        </exclusions>
       </dependency>
 
       <dependency>
@@ -304,7 +297,6 @@
         <groupId>org.springframework</groupId>
         <artifactId>spring</artifactId>
         <version>2.0.3</version>
-        <optional>true</optional>
         <exclusions>
           <exclusion>
             <groupId>javax.mail</groupId>