aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManamohan Satapathy <MS00534989@techmahindra.com>2018-03-23 16:16:08 +0530
committerSeshu Kumar M <seshu.kumar.m@huawei.com>2018-03-23 11:26:57 +0000
commitfaa53868e5d80fa38768e884675d12ea1774533b (patch)
treed832db09867eec059cc59a25cd1399e3235535df /pom.xml
parent2eda4d03efd5a02941c4edc2996153f2bba14baa (diff)
Add mokito-core dependency
SO root pom. pom.xml Change-Id: I8b5432feebc4de8921f96b08d126efba44f989ad Issue-ID: SO-527 Signed-off-by: Manamohan Satapathy <MS00534989@techmahindra.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 8242e585ea..6a411f4e6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -453,12 +453,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>1.10.19</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>1.19</version>
@@ -585,6 +579,12 @@
<version>1.2.13</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>1.10.19</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>