diff --git a/src/test/java/org/elasticsearch/watcher/support/template/xmustache/XMustacheTests.java b/src/test/java/org/elasticsearch/watcher/support/template/xmustache/XMustacheTests.java index daaeb2adf4a..48f9beb50ff 100644 --- a/src/test/java/org/elasticsearch/watcher/support/template/xmustache/XMustacheTests.java +++ b/src/test/java/org/elasticsearch/watcher/support/template/xmustache/XMustacheTests.java @@ -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; diff --git a/src/test/java/org/elasticsearch/watcher/transform/script/ScriptTransformTests.java b/src/test/java/org/elasticsearch/watcher/transform/script/ScriptTransformTests.java index f1c6cc18a48..fee616fdd7c 100644 --- a/src/test/java/org/elasticsearch/watcher/transform/script/ScriptTransformTests.java +++ b/src/test/java/org/elasticsearch/watcher/transform/script/ScriptTransformTests.java @@ -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; diff --git a/src/test/java/org/elasticsearch/watcher/watch/WatchTests.java b/src/test/java/org/elasticsearch/watcher/watch/WatchTests.java index dbbac5a1a56..a64efab5094 100644 --- a/src/test/java/org/elasticsearch/watcher/watch/WatchTests.java +++ b/src/test/java/org/elasticsearch/watcher/watch/WatchTests.java @@ -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;