SOLR-10042, LUCENE-7838: Fix precommit

This commit is contained in:
Tomas Fernandez Lobbe 2017-05-18 17:11:40 -07:00
parent 606b3bfc62
commit d30d012c7c
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,7 @@
<invoke-module-javadoc>
<links>
<link href="../queries"/>
<link href="../analyzers/common"/>
<link href="../analyzers-common"/>
<link href="../grouping"/>
<link href="../sandbox"/>
</links>

View File

@ -42,7 +42,6 @@ import org.apache.solr.request.SolrQueryRequest;
import org.apache.solr.util.plugin.SolrCoreAware;
import org.apache.velocity.Template;
import org.apache.velocity.VelocityContext;
import org.apache.velocity.app.Velocity;
import org.apache.velocity.app.VelocityEngine;
import org.apache.velocity.runtime.RuntimeConstants;
import org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader;