You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2008/05/12 19:54:15 UTC

svn commit: r655579 - /activemq/camel/trunk/components/camel-atom/pom.xml

Author: davsclaus
Date: Mon May 12 10:54:14 2008
New Revision: 655579

URL: http://svn.apache.org/viewvc?rev=655579&view=rev
Log:
upgraded to abdera 0.4

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

Modified: activemq/camel/trunk/components/camel-atom/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-atom/pom.xml?rev=655579&r1=655578&r2=655579&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-atom/pom.xml (original)
+++ activemq/camel/trunk/components/camel-atom/pom.xml Mon May 12 10:54:14 2008
@@ -38,17 +38,6 @@
   </properties>
 
   <dependencies>
-    <!-- TODO these two should be picked up transitively! -->
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.xml.bind</groupId>
-      <artifactId>jaxb-api</artifactId>
-    </dependency>
-
-
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
@@ -56,10 +45,9 @@
     <dependency>
       <groupId>org.apache.abdera</groupId>
       <artifactId>abdera-extensions-main</artifactId>
-      <version>0.3.0-incubating</version>
+      <version>0.4.0-incubating</version>
     </dependency>
 
-
     <!-- testing -->
     <dependency>
       <groupId>org.apache.camel</groupId>
@@ -85,3 +73,4 @@
   </dependencies>
     
 </project>
+