You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/09/13 14:06:11 UTC

svn commit: r814305 - /camel/trunk/components/camel-cache/pom.xml

Author: ningjiang
Date: Sun Sep 13 12:06:11 2009
New Revision: 814305

URL: http://svn.apache.org/viewvc?rev=814305&view=rev
Log:
CAMEL-2009 removed the useless dependencies

Modified:
    camel/trunk/components/camel-cache/pom.xml

Modified: camel/trunk/components/camel-cache/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-cache/pom.xml?rev=814305&r1=814304&r2=814305&view=diff
==============================================================================
--- camel/trunk/components/camel-cache/pom.xml (original)
+++ camel/trunk/components/camel-cache/pom.xml Sun Sep 13 12:06:11 2009
@@ -56,7 +56,7 @@
       <artifactId>ehcache</artifactId>
       <version>1.6.0</version>
     </dependency>
-        <dependency>
+    <dependency>
         <groupId>xalan</groupId>
         <artifactId>xalan</artifactId>
         <version>${xalan-version}</version>
@@ -70,16 +70,7 @@
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>jsch</groupId> <!-- com.jcraft -->
-      <artifactId>jsch</artifactId>
-      <version>0.1.40</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-net</groupId>
-      <artifactId>commons-net</artifactId>
-      <version>2.0</version>
-    </dependency>
+    
 
     <!-- testing -->
     <dependency>
@@ -135,22 +126,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <systemProperties>
-            <property>
-              <name>ftp.enable</name>
-              <value>${ftp.enable}</value>
-            </property>
-            <property>
-              <name>ftp.server</name>
-              <value>${ftp.url}</value>
-            </property>
-          </systemProperties>
-        </configuration>
-      </plugin>
-
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-clean-plugin</artifactId>
         <configuration>