Add mokito-core dependency 47/38047/2
authorManamohan Satapathy <MS00534989@techmahindra.com>
Fri, 23 Mar 2018 10:46:08 +0000 (16:16 +0530)
committerSeshu Kumar M <seshu.kumar.m@huawei.com>
Fri, 23 Mar 2018 11:26:57 +0000 (11:26 +0000)
 SO root pom. pom.xml

Change-Id: I8b5432feebc4de8921f96b08d126efba44f989ad
Issue-ID: SO-527
Signed-off-by: Manamohan Satapathy <MS00534989@techmahindra.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 8242e58..6a411f4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <version>4.12</version>
       <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.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>