Author: davsclaus
Date: Wed Aug  3 06:07:25 2011
New Revision: 1153355

URL: http://svn.apache.org/viewvc?rev=1153355&view=rev
Log:
CAMEL-4249: Remove not needed spring JMX dependency in pom.xml files.

Modified:
    camel/trunk/components/camel-ahc/pom.xml
    camel/trunk/components/camel-atom/pom.xml
    camel/trunk/components/camel-bindy/pom.xml
    camel/trunk/components/camel-cache/pom.xml
    camel/trunk/components/camel-castor/pom.xml
    camel/trunk/components/camel-core-osgi/pom.xml
    camel/trunk/components/camel-csv/pom.xml
    camel/trunk/components/camel-ftp/pom.xml
    camel/trunk/components/camel-guice/pom.xml
    camel/trunk/components/camel-hawtdb/pom.xml
    camel/trunk/components/camel-hazelcast/pom.xml
    camel/trunk/components/camel-hl7/pom.xml
    camel/trunk/components/camel-http/pom.xml
    camel/trunk/components/camel-http4/pom.xml
    camel/trunk/components/camel-jasypt/pom.xml
    camel/trunk/components/camel-jcr/pom.xml
    camel/trunk/components/camel-jdbc/pom.xml
    camel/trunk/components/camel-jetty/pom.xml
    camel/trunk/components/camel-jmx/pom.xml
    camel/trunk/components/camel-josql/pom.xml
    camel/trunk/components/camel-jt400/pom.xml
    camel/trunk/components/camel-juel/pom.xml
    camel/trunk/components/camel-mina/pom.xml
    camel/trunk/components/camel-mvel/pom.xml
    camel/trunk/components/camel-ognl/pom.xml
    camel/trunk/components/camel-printer/pom.xml
    camel/trunk/components/camel-quartz/pom.xml
    camel/trunk/components/camel-rmi/pom.xml
    camel/trunk/components/camel-rss/pom.xml
    camel/trunk/components/camel-scala/pom.xml
    camel/trunk/components/camel-stream/pom.xml
    camel/trunk/components/camel-syslog/pom.xml
    camel/trunk/components/camel-xmlbeans/pom.xml
    camel/trunk/components/camel-xmlsecurity/pom.xml
    camel/trunk/components/camel-xmpp/pom.xml
    camel/trunk/components/camel-xstream/pom.xml

Modified: camel/trunk/components/camel-ahc/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-ahc/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-ahc/pom.xml (original)
+++ camel/trunk/components/camel-ahc/pom.xml Wed Aug  3 06:07:25 2011
@@ -58,19 +58,6 @@
       <artifactId>camel-jetty</artifactId>
       <scope>test</scope>
     </dependency>
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: camel/trunk/components/camel-atom/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-atom/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-atom/pom.xml (original)
+++ camel/trunk/components/camel-atom/pom.xml Wed Aug  3 06:07:25 2011
@@ -197,19 +197,6 @@
       <artifactId>junit</artifactId>      
       <scope>test</scope>
     </dependency>
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
 </project>

Modified: camel/trunk/components/camel-bindy/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-bindy/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-bindy/pom.xml (original)
+++ camel/trunk/components/camel-bindy/pom.xml Wed Aug  3 06:07:25 2011
@@ -54,11 +54,6 @@
             <artifactId>camel-spring</artifactId>
             <scope>test</scope>
         </dependency>
-         <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>

Modified: camel/trunk/components/camel-cache/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-cache/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-cache/pom.xml (original)
+++ camel/trunk/components/camel-cache/pom.xml Wed Aug  3 06:07:25 2011
@@ -88,19 +88,6 @@
           <artifactId>log4j</artifactId>
           <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
 </project>

Modified: camel/trunk/components/camel-castor/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-castor/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-castor/pom.xml (original)
+++ camel/trunk/components/camel-castor/pom.xml Wed Aug  3 06:07:25 2011
@@ -75,20 +75,6 @@
             <scope>test</scope>
         </dependency>
 
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-
     </dependencies>
 
 </project>

Modified: camel/trunk/components/camel-core-osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-core-osgi/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-core-osgi/pom.xml (original)
+++ camel/trunk/components/camel-core-osgi/pom.xml Wed Aug  3 06:07:25 2011
@@ -75,20 +75,7 @@
       <artifactId>log4j</artifactId>
       <scope>test</scope>
     </dependency>
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-
+ 
   </dependencies>
 
 </project>

Modified: camel/trunk/components/camel-csv/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-csv/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-csv/pom.xml (original)
+++ camel/trunk/components/camel-csv/pom.xml Wed Aug  3 06:07:25 2011
@@ -62,19 +62,6 @@
       <artifactId>log4j</artifactId>
       <scope>test</scope>
     </dependency>
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: camel/trunk/components/camel-ftp/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-ftp/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-ftp/pom.xml (original)
+++ camel/trunk/components/camel-ftp/pom.xml Wed Aug  3 06:07:25 2011
@@ -129,19 +129,6 @@
       <scope>test</scope>
     </dependency>
 
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>provided</scope>
-    </dependency>
   </dependencies>
 
   <build>

Modified: camel/trunk/components/camel-guice/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-guice/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-guice/pom.xml (original)
+++ camel/trunk/components/camel-guice/pom.xml Wed Aug  3 06:07:25 2011
@@ -50,21 +50,7 @@
       <version>${guiceyfruit-version}</version>
     </dependency>
 
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-
-    <!-- testing -->
+     <!-- testing -->
     <dependency>
       <groupId>org.guiceyfruit</groupId>
       <artifactId>guiceyfruit-junit4</artifactId>

Modified: camel/trunk/components/camel-hawtdb/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-hawtdb/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-hawtdb/pom.xml (original)
+++ camel/trunk/components/camel-hawtdb/pom.xml Wed Aug  3 06:07:25 2011
@@ -68,19 +68,6 @@
             <artifactId>log4j</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>

Modified: camel/trunk/components/camel-hazelcast/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-hazelcast/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-hazelcast/pom.xml (original)
+++ camel/trunk/components/camel-hazelcast/pom.xml Wed Aug  3 06:07:25 2011
@@ -70,19 +70,6 @@
             <artifactId>camel-test</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
 
     </dependencies>
 

Modified: camel/trunk/components/camel-hl7/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-hl7/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-hl7/pom.xml (original)
+++ camel/trunk/components/camel-hl7/pom.xml Wed Aug  3 06:07:25 2011
@@ -108,19 +108,6 @@
             <artifactId>slf4j-log4j12</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>

Modified: camel/trunk/components/camel-http/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-http/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-http/pom.xml (original)
+++ camel/trunk/components/camel-http/pom.xml Wed Aug  3 06:07:25 2011
@@ -58,19 +58,7 @@
       <artifactId>camel-test</artifactId>      
       <scope>test</scope>
     </dependency>
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
+
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: camel/trunk/components/camel-http4/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-http4/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-http4/pom.xml (original)
+++ camel/trunk/components/camel-http4/pom.xml Wed Aug  3 06:07:25 2011
@@ -57,19 +57,6 @@
             <artifactId>camel-test</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>

Modified: camel/trunk/components/camel-jasypt/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-jasypt/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-jasypt/pom.xml (original)
+++ camel/trunk/components/camel-jasypt/pom.xml Wed Aug  3 06:07:25 2011
@@ -57,21 +57,7 @@
             <scope>test</scope>
         </dependency>
 
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
+         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>

Modified: camel/trunk/components/camel-jcr/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-jcr/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-jcr/pom.xml (original)
+++ camel/trunk/components/camel-jcr/pom.xml Wed Aug  3 06:07:25 2011
@@ -64,19 +64,6 @@
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
     </dependency>
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
 </project>

Modified: camel/trunk/components/camel-jdbc/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-jdbc/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-jdbc/pom.xml (original)
+++ camel/trunk/components/camel-jdbc/pom.xml Wed Aug  3 06:07:25 2011
@@ -77,19 +77,6 @@
             <artifactId>log4j</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+     </dependencies>
 
 </project>

Modified: camel/trunk/components/camel-jetty/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-jetty/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-jetty/pom.xml (original)
+++ camel/trunk/components/camel-jetty/pom.xml Wed Aug  3 06:07:25 2011
@@ -82,19 +82,6 @@
             <artifactId>camel-spring</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>

Modified: camel/trunk/components/camel-jmx/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-jmx/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-jmx/pom.xml (original)
+++ camel/trunk/components/camel-jmx/pom.xml Wed Aug  3 06:07:25 2011
@@ -69,19 +69,6 @@
             <version>1.3</version>
             <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>

Modified: camel/trunk/components/camel-josql/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-josql/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-josql/pom.xml (original)
+++ camel/trunk/components/camel-josql/pom.xml Wed Aug  3 06:07:25 2011
@@ -98,21 +98,6 @@
       <scope>test</scope>
     </dependency>
 
-
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-
   </dependencies>
 
 </project>

Modified: camel/trunk/components/camel-jt400/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-jt400/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-jt400/pom.xml (original)
+++ camel/trunk/components/camel-jt400/pom.xml Wed Aug  3 06:07:25 2011
@@ -58,19 +58,6 @@
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
     </dependency>
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
 </project>

Modified: camel/trunk/components/camel-juel/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-juel/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-juel/pom.xml (original)
+++ camel/trunk/components/camel-juel/pom.xml Wed Aug  3 06:07:25 2011
@@ -68,19 +68,6 @@
       <artifactId>log4j</artifactId>
       <scope>test</scope>
     </dependency>
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: camel/trunk/components/camel-mina/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-mina/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-mina/pom.xml (original)
+++ camel/trunk/components/camel-mina/pom.xml Wed Aug  3 06:07:25 2011
@@ -77,19 +77,6 @@
             <artifactId>slf4j-log4j12</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.easymock</groupId>
             <artifactId>easymockclassextension</artifactId>

Modified: camel/trunk/components/camel-mvel/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-mvel/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-mvel/pom.xml (original)
+++ camel/trunk/components/camel-mvel/pom.xml Wed Aug  3 06:07:25 2011
@@ -64,19 +64,6 @@
       <artifactId>log4j</artifactId>
       <scope>test</scope>
     </dependency>
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: camel/trunk/components/camel-ognl/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-ognl/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-ognl/pom.xml (original)
+++ camel/trunk/components/camel-ognl/pom.xml Wed Aug  3 06:07:25 2011
@@ -73,19 +73,6 @@
       <artifactId>log4j</artifactId>
       <scope>test</scope>
     </dependency>
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: camel/trunk/components/camel-printer/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-printer/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-printer/pom.xml (original)
+++ camel/trunk/components/camel-printer/pom.xml Wed Aug  3 06:07:25 2011
@@ -65,19 +65,6 @@
             <artifactId>log4j</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>

Modified: camel/trunk/components/camel-quartz/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-quartz/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-quartz/pom.xml (original)
+++ camel/trunk/components/camel-quartz/pom.xml Wed Aug  3 06:07:25 2011
@@ -92,19 +92,6 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>

Modified: camel/trunk/components/camel-rmi/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-rmi/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-rmi/pom.xml (original)
+++ camel/trunk/components/camel-rmi/pom.xml Wed Aug  3 06:07:25 2011
@@ -48,20 +48,6 @@
       <scope>test</scope>
     </dependency>
 
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: camel/trunk/components/camel-rss/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-rss/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-rss/pom.xml (original)
+++ camel/trunk/components/camel-rss/pom.xml Wed Aug  3 06:07:25 2011
@@ -86,19 +86,6 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>    
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>    
   </dependencies>
 
 </project>

Modified: camel/trunk/components/camel-scala/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-scala/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-scala/pom.xml (original)
+++ camel/trunk/components/camel-scala/pom.xml Wed Aug  3 06:07:25 2011
@@ -44,17 +44,6 @@
             <version>${scala-version}</version>
             <scope>provided</scope>
         </dependency>
-        <!-- JMX management of EIPs using Spring JMX annotations -->
-        <dependency>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-context</artifactId>
-          <optional>true</optional>
-        </dependency>
-        <dependency>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-aop</artifactId>
-          <optional>true</optional>
-        </dependency>
 
         <!-- test dependencies -->
         <dependency>

Modified: camel/trunk/components/camel-stream/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-stream/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-stream/pom.xml (original)
+++ camel/trunk/components/camel-stream/pom.xml Wed Aug  3 06:07:25 2011
@@ -64,19 +64,6 @@
           <artifactId>junit</artifactId>
           <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-context</artifactId>
-          <optional>true</optional>
-          <scope>test</scope>
-        </dependency>
-        <dependency>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring-aop</artifactId>
-          <optional>true</optional>
-          <scope>test</scope>
-        </dependency>
 
     </dependencies>
 

Modified: camel/trunk/components/camel-syslog/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-syslog/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-syslog/pom.xml (original)
+++ camel/trunk/components/camel-syslog/pom.xml Wed Aug  3 06:07:25 2011
@@ -77,20 +77,7 @@
             <artifactId>slf4j-log4j12</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
+         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
             <scope>test</scope>

Modified: camel/trunk/components/camel-xmlbeans/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-xmlbeans/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-xmlbeans/pom.xml (original)
+++ camel/trunk/components/camel-xmlbeans/pom.xml Wed Aug  3 06:07:25 2011
@@ -76,19 +76,6 @@
       <artifactId>log4j</artifactId>
       <scope>test</scope>
     </dependency>
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
 
     <dependency>
       <groupId>junit</groupId>

Modified: camel/trunk/components/camel-xmlsecurity/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-xmlsecurity/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-xmlsecurity/pom.xml (original)
+++ camel/trunk/components/camel-xmlsecurity/pom.xml Wed Aug  3 06:07:25 2011
@@ -77,20 +77,7 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- to allow Spring annotations (jmx) to be tested -->
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-aop</artifactId>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
-
+ 
     </dependencies>
 
 </project>

Modified: camel/trunk/components/camel-xmpp/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-xmpp/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-xmpp/pom.xml (original)
+++ camel/trunk/components/camel-xmpp/pom.xml Wed Aug  3 06:07:25 2011
@@ -65,20 +65,7 @@
       <artifactId>smackx</artifactId>
       <version>${smack-version}</version>
     </dependency>
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-
+ 
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

Modified: camel/trunk/components/camel-xstream/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-xstream/pom.xml?rev=1153355&r1=1153354&r2=1153355&view=diff
==============================================================================
--- camel/trunk/components/camel-xstream/pom.xml (original)
+++ camel/trunk/components/camel-xstream/pom.xml Wed Aug  3 06:07:25 2011
@@ -94,21 +94,6 @@
       <artifactId>log4j</artifactId>
       <scope>test</scope>
     </dependency>
-
-    <!-- to allow Spring annotations (jmx) to be tested -->
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-aop</artifactId>
-      <optional>true</optional>
-      <scope>test</scope>
-    </dependency>
-
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>


Reply via email to