SOLR-981 -- groupId for Woodstox dependency in maven solrj changed to org.codehaus.woodstox

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@737645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2009-01-26 08:01:23 +00:00
parent 4ee827471d
commit 398f814393
2 changed files with 3 additions and 1 deletions

View File

@ -256,6 +256,8 @@ Other Changes
13. SOLR-84: Use new Solr logo in admin (Michiel via koji)
14. SOLR-981: groupId for Woodstox dependency in maven solrj changed to org.codehaus.woodstox (Tim Taranov via shalin)
Build
----------------------
1. SOLR-776: Added in ability to sign artifacts via Ant for releases (gsingers)

View File

@ -69,7 +69,7 @@
<!-- Stax -->
<dependency>
<groupId>woodstox</groupId>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>3.2.7</version>
</dependency>