mirror of https://github.com/apache/lucene.git
SOLR-10042, LUCENE-7838: Fix precommit
This commit is contained in:
parent
606b3bfc62
commit
d30d012c7c
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue