SOLR-770: Update maven links for Woodstox on trunk

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@694295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2008-09-11 15:25:06 +00:00
parent 73d8ccd379
commit 1bc5df133d
1 changed files with 5 additions and 5 deletions

View File

@ -108,13 +108,13 @@
<!-- Stax -->
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<version>1.2.0</version>
<groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>3.2.7</version>
</dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-stax-api_1.0_spec</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>