mirror of https://github.com/apache/lucene.git
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:
parent
73d8ccd379
commit
1bc5df133d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue