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/16 20:19:09 UTC

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

Author: dims
Date: Tue Sep 16 11:19:09 2008
New Revision: 695994

URL: http://svn.apache.org/viewvc?rev=695994&view=rev
Log:
no need to specify stax parser explicitly. added a name

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=695994&r1=695993&r2=695994&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 16 11:19:09 2008
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ws.commons.axiom</groupId>
   <artifactId>axiom-c14n</artifactId>
-  <name/>
+  <name>Axiom C14N</name>
   <version>SNAPSHOT</version>
   <description/>
   <dependencies>
@@ -42,10 +42,6 @@
       <version>${axiom.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.woodstox</groupId>
-      <artifactId>wstx-asl</artifactId>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>