You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/07/06 12:25:43 UTC

svn commit: r553828 - /webservices/axis2/trunk/java/modules/parent/pom.xml

Author: saminda
Date: Fri Jul  6 03:25:39 2007
New Revision: 553828

URL: http://svn.apache.org/viewvc?view=rev&rev=553828
Log:
Added stax impl

Modified:
    webservices/axis2/trunk/java/modules/parent/pom.xml

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?view=diff&rev=553828&r1=553827&r2=553828
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Fri Jul  6 03:25:39 2007
@@ -838,6 +838,12 @@
             <artifactId>xalan</artifactId>
         </dependency>
 
+        <!-- Stax implementation class -->
+        <dependency>
+            <groupId>${stax.impl.groupid}</groupId>
+            <artifactId>${stax.impl.artifactid}</artifactId>
+        </dependency>
+
     </dependencies>
     <distributionManagement>
         <repository>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org