LUCENE-4220: Maven configuration: add nekohtml dependency

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1362236 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-07-16 20:19:39 +00:00
parent 922ad2bff2
commit 27b51cb0e4
1 changed files with 5 additions and 0 deletions

View File

@ -89,6 +89,11 @@
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<version>1.9.15</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>