mirror of https://github.com/apache/lucene.git
LUCENE-3276: Add Maven build Solr core runtime dependency on wstx-asl stax parser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed7f63affd
commit
470154ca59
|
@ -166,6 +166,11 @@
|
|||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-jdk14</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.woodstox</groupId>
|
||||
<artifactId>wstx-asl</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
|
|
Loading…
Reference in New Issue