mirror of https://github.com/apache/lucene.git
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:
parent
922ad2bff2
commit
27b51cb0e4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue