Author: ningjiang
Date: Thu Dec 25 06:44:29 2008
New Revision: 729425

URL: http://svn.apache.org/viewvc?rev=729425&view=rev
Log:
Revert the change of camel-mail pom.xml, I should not commit any code before I 
go to bed :(

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

Modified: activemq/camel/trunk/components/camel-mail/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-mail/pom.xml?rev=729425&r1=729424&r2=729425&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-mail/pom.xml (original)
+++ activemq/camel/trunk/components/camel-mail/pom.xml Thu Dec 25 06:44:29 2008
@@ -49,37 +49,22 @@
 
     <dependencies>
 
-       <dependency>
-               <groupId>org.apache.camel</groupId>
-               <artifactId>camel-core</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.apache.camel</groupId>
-               <artifactId>camel-spring</artifactId>
-       </dependency>
-       <dependency>
-               <groupId>org.springframework</groupId>
-               <artifactId>spring-context-support</artifactId>
-       </dependency>
-       <!--
-               dependency> <groupId>javax.mail</groupId>
-               <artifactId>mail</artifactId> </dependency
-       -->
-       <dependency>
-               <groupId>org.apache.geronimo.specs</groupId>
-               <artifactId>geronimo-javamail_1.4_spec</artifactId>
-               <version>1.5</version>
-       </dependency>
-       <dependency>
-               <groupId>org.apache.geronimo.javamail</groupId>
-               <artifactId>geronimo-javamail_1.4_mail</artifactId>
-               <version>1.6</version>
-       </dependency>
-       <dependency>
-               <groupId>org.apache.geronimo.javamail</groupId>
-               <artifactId>geronimo-javamail_1.4_provider</artifactId>
-               <version>1.6</version>
-       </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-spring</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context-support</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.mail</groupId>
+            <artifactId>mail</artifactId>
+        </dependency>
 
         <!-- testing -->
         <dependency>


Reply via email to