You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2011/11/06 22:21:57 UTC

svn commit: r1198565 - in /camel/trunk: components/camel-atom/pom.xml parent/pom.xml

Author: cmueller
Date: Sun Nov  6 21:21:57 2011
New Revision: 1198565

URL: http://svn.apache.org/viewvc?rev=1198565&view=rev
Log:
fixed the unnecessary dependency to axiom-impl 1.2.8

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

Modified: camel/trunk/components/camel-atom/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-atom/pom.xml?rev=1198565&r1=1198564&r2=1198565&view=diff
==============================================================================
--- camel/trunk/components/camel-atom/pom.xml (original)
+++ camel/trunk/components/camel-atom/pom.xml Sun Nov  6 21:21:57 2011
@@ -112,7 +112,6 @@
     <dependency>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-api</artifactId>
-        <version>${axiom-version}</version>
         <exclusions>
             <exclusion>
                 <groupId>javax.mail</groupId>
@@ -155,7 +154,6 @@
     <dependency>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-impl</artifactId>
-        <version>${axiom-version}</version>
         <exclusions>
             <exclusion>
                 <groupId>javax.mail</groupId>

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1198565&r1=1198564&r2=1198565&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Sun Nov  6 21:21:57 2011
@@ -1402,8 +1402,13 @@
       <!-- optional Axiom -->
       <dependency>
         <groupId>org.apache.ws.commons.axiom</groupId>
+        <artifactId>axiom-api</artifactId>
+        <version>${axiom-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-impl</artifactId>
-        <version>1.2.8</version>
+        <version>${axiom-version}</version>
       </dependency>
 
       <!-- optional misc -->