summaryrefslogtreecommitdiffstats
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-rw-r--r--infra/cfg-init/pom.xml2
-rw-r--r--infra/data-impl/pom.xml2
-rw-r--r--infra/impl/pom.xml2
-rw-r--r--infra/it/it-test/pom.xml2
-rw-r--r--infra/notification/impl/pom.xml2
-rw-r--r--infra/translate-api/pom.xml2
-rw-r--r--infra/translate-api/src/test/java/io/fd/honeycomb/translate/write/registry/DataObjectUpdatesTest.java1
-rw-r--r--infra/translate-impl/pom.xml2
-rw-r--r--infra/translate-spi/pom.xml2
-rw-r--r--infra/translate-utils/pom.xml2
10 files changed, 10 insertions, 9 deletions
diff --git a/infra/cfg-init/pom.xml b/infra/cfg-init/pom.xml
index c1fd353dc..1a0098dd0 100644
--- a/infra/cfg-init/pom.xml
+++ b/infra/cfg-init/pom.xml
@@ -48,7 +48,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/infra/data-impl/pom.xml b/infra/data-impl/pom.xml
index 341378192..8b4e29918 100644
--- a/infra/data-impl/pom.xml
+++ b/infra/data-impl/pom.xml
@@ -60,7 +60,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/infra/impl/pom.xml b/infra/impl/pom.xml
index 0bbe23e6c..572a079bf 100644
--- a/infra/impl/pom.xml
+++ b/infra/impl/pom.xml
@@ -61,7 +61,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml
index 9600de2e3..bd2f9c0d6 100644
--- a/infra/it/it-test/pom.xml
+++ b/infra/it/it-test/pom.xml
@@ -56,7 +56,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml
index 083cb98eb..f289f75d1 100644
--- a/infra/notification/impl/pom.xml
+++ b/infra/notification/impl/pom.xml
@@ -50,7 +50,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/infra/translate-api/pom.xml b/infra/translate-api/pom.xml
index 88801f13c..594057284 100644
--- a/infra/translate-api/pom.xml
+++ b/infra/translate-api/pom.xml
@@ -45,7 +45,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/infra/translate-api/src/test/java/io/fd/honeycomb/translate/write/registry/DataObjectUpdatesTest.java b/infra/translate-api/src/test/java/io/fd/honeycomb/translate/write/registry/DataObjectUpdatesTest.java
index 2c576eb6b..46ebb01ff 100644
--- a/infra/translate-api/src/test/java/io/fd/honeycomb/translate/write/registry/DataObjectUpdatesTest.java
+++ b/infra/translate-api/src/test/java/io/fd/honeycomb/translate/write/registry/DataObjectUpdatesTest.java
@@ -20,6 +20,7 @@ import static org.hamcrest.CoreMatchers.hasItem;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertSame;
+
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
diff --git a/infra/translate-impl/pom.xml b/infra/translate-impl/pom.xml
index 99b3a9846..2a9280b87 100644
--- a/infra/translate-impl/pom.xml
+++ b/infra/translate-impl/pom.xml
@@ -52,7 +52,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/infra/translate-spi/pom.xml b/infra/translate-spi/pom.xml
index 18de9b1d4..8fb2cd1cb 100644
--- a/infra/translate-spi/pom.xml
+++ b/infra/translate-spi/pom.xml
@@ -50,7 +50,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/infra/translate-utils/pom.xml b/infra/translate-utils/pom.xml
index e1b14702a..d05f6b7ba 100644
--- a/infra/translate-utils/pom.xml
+++ b/infra/translate-utils/pom.xml
@@ -72,7 +72,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>