You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2008/09/09 15:04:17 UTC

svn commit: r693453 - /webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml

Author: dims
Date: Tue Sep  9 06:04:16 2008
New Revision: 693453

URL: http://svn.apache.org/viewvc?rev=693453&view=rev
Log:
fix dependencies

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml?rev=693453&r1=693452&r2=693453&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml Tue Sep  9 06:04:16 2008
@@ -34,22 +34,20 @@
     <dependency>
       <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-api</artifactId>
-      <version>1.2.7</version>
+      <version>${axiom.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-impl</artifactId>
-      <version>1.2.7</version>
+      <version>${axiom.version}</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.woodstox</groupId>
       <artifactId>wstx-asl</artifactId>
-      <version>3.2.6</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.4</version>
     </dependency>
   </dependencies>
   <build>
@@ -68,4 +66,4 @@
           </plugin>
       </plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>