You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by rf...@apache.org on 2011/11/27 15:50:16 UTC

svn commit: r1206747 - /incubator/droids/trunk/droids-solr/pom.xml

Author: rfrovarp
Date: Sun Nov 27 15:50:15 2011
New Revision: 1206747

URL: http://svn.apache.org/viewvc?rev=1206747&view=rev
Log:
Found the dependency on Neko, adding it back in as a declared dependency.

Modified:
    incubator/droids/trunk/droids-solr/pom.xml

Modified: incubator/droids/trunk/droids-solr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/droids-solr/pom.xml?rev=1206747&r1=1206746&r2=1206747&view=diff
==============================================================================
--- incubator/droids/trunk/droids-solr/pom.xml (original)
+++ incubator/droids/trunk/droids-solr/pom.xml Sun Nov 27 15:50:15 2011
@@ -61,6 +61,11 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+    	<groupId>net.sourceforge.nekohtml</groupId>
+    	<artifactId>nekohtml</artifactId>
+    	<version>1.9.15</version>
+    </dependency>
   </dependencies>
 
 </project>