summaryrefslogtreecommitdiffstats
path: root/jdisc_core_test/integration_test
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-03-06 12:22:21 +0100
committergjoranv <gv@verizonmedia.com>2019-03-06 12:25:43 +0100
commitdd64d974b4808ca7b0096749ccd71b1fcd794c13 (patch)
treebe95fe30ba18e0262aac6a934469e89bd69a2f30 /jdisc_core_test/integration_test
parent6342e9119f5f75b8277ec92fff7c337ec01be005 (diff)
Upgrade maven-dependency-plugin to 3.1.1
- Build jdisc_core_test test bundles right after compile phase to still allow running 'mvn test'. - Note that 'mvn compile' still fails because the integration_test module tries to copy test jars in that phase.
Diffstat (limited to 'jdisc_core_test/integration_test')
-rw-r--r--jdisc_core_test/integration_test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdisc_core_test/integration_test/pom.xml b/jdisc_core_test/integration_test/pom.xml
index b1cebcdfcc6..c876df3273c 100644
--- a/jdisc_core_test/integration_test/pom.xml
+++ b/jdisc_core_test/integration_test/pom.xml
@@ -22,7 +22,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>