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:
Steven Rowe 2011-07-05 22:01:50 +00:00
parent ed7f63affd
commit 470154ca59
1 changed files with 5 additions and 0 deletions

View File

@ -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>