Don't depend on ant tasks in tests

Original commit: elastic/x-pack-elasticsearch@f5dd00f327
This commit is contained in:
Robert Muir 2015-06-30 00:55:33 -04:00
parent 7e519222ef
commit 0325aeeb5f
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
*/
package org.elasticsearch.watcher.support.template.xmustache;
import com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableList;
import com.fasterxml.jackson.core.io.JsonStringEncoder;
import org.elasticsearch.common.bytes.BytesReference;

View File

@ -5,8 +5,8 @@
*/
package org.elasticsearch.watcher.transform.script;
import com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect.ImmutableList;
import com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect.ImmutableSet;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.ImmutableMap;
import org.elasticsearch.common.settings.Settings;

View File

@ -5,7 +5,7 @@
*/
package org.elasticsearch.watcher.watch;
import com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect.ImmutableSet;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableMap;
import org.elasticsearch.common.bytes.BytesReference;