summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-04-29 13:30:45 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2019-04-29 13:39:36 +0200
commit7b5095547603cfb55e39d1ef2e18e7e557de82be (patch)
tree61757c50f9ceefbd27fec01ec9330c9da5ac6849 /parent
parent4400b975a5113f953610000399db3f0386e2781f (diff)
mockito-all => mockito-core
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 2c8e7264e23..89929089e99 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -637,11 +637,6 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>1.9.5</version>
- </dependency>
- <dependency>
- <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>