SOLR-11003: Do not import ImmutableMap from shaded junit4-ant jar

This commit is contained in:
Steve Rowe 2017-11-08 10:39:43 -05:00
parent dae5c570b9
commit b28ed8f0ef
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ package org.apache.solr.cloud.cdcr;
import java.lang.invoke.MethodHandles;
import java.util.concurrent.TimeUnit;
import com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableMap;
import org.apache.solr.SolrTestCaseJ4;
import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.client.solrj.impl.CloudSolrClient;