You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/03/26 05:47:39 UTC

svn commit: r641145 - /myfaces/myfaces-build-tools/branches/skitching/myfaces-builder-plugin/pom.xml

Author: lu4242
Date: Tue Mar 25 21:47:38 2008
New Revision: 641145

URL: http://svn.apache.org/viewvc?rev=641145&view=rev
Log:
added xml dependencies to run code

Modified:
    myfaces/myfaces-build-tools/branches/skitching/myfaces-builder-plugin/pom.xml

Modified: myfaces/myfaces-build-tools/branches/skitching/myfaces-builder-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/branches/skitching/myfaces-builder-plugin/pom.xml?rev=641145&r1=641144&r2=641145&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/branches/skitching/myfaces-builder-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/branches/skitching/myfaces-builder-plugin/pom.xml Tue Mar 25 21:47:38 2008
@@ -86,6 +86,21 @@
       <version>1.8</version>
       <scope>compile</scope>
     </dependency>
+    <!-- Start dependencies for xml -->
+    <dependency>
+      <groupId>javax.xml.stream</groupId>
+      <artifactId>stax-api</artifactId>
+      <version>1.0-2</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>wstx-asl</artifactId>
+      <version>3.2.4</version>
+      <scope>runtime</scope>
+    </dependency>
+    <!-- End dependencies for xml -->
     <dependency>
       <groupId>cglib</groupId>
       <artifactId>cglib</artifactId>