You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/07/16 22:19:39 UTC

svn commit: r1362236 - /lucene/dev/trunk/dev-tools/maven/lucene/benchmark/pom.xml.template

Author: sarowe
Date: Mon Jul 16 20:19:39 2012
New Revision: 1362236

URL: http://svn.apache.org/viewvc?rev=1362236&view=rev
Log:
LUCENE-4220: Maven configuration: add nekohtml dependency

Modified:
    lucene/dev/trunk/dev-tools/maven/lucene/benchmark/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/maven/lucene/benchmark/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/lucene/benchmark/pom.xml.template?rev=1362236&r1=1362235&r2=1362236&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/lucene/benchmark/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/lucene/benchmark/pom.xml.template Mon Jul 16 20:19:39 2012
@@ -90,6 +90,11 @@
       <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>
     </dependency>