add back a stax parser impl as there is issue with generated stax reader by modello for ibm jdk.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1445546 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-02-13 10:44:58 +00:00
parent 2f2aa2fb77
commit 4394b06f50

View File

@ -244,6 +244,11 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<version>4.1.4</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>