aboutsummaryrefslogtreecommitdiffstats
path: root/appc-client/client-lib
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2018-10-31 15:50:54 -0400
committerTaka Cho <takamune.cho@att.com>2018-10-31 15:52:35 -0400
commite47033e9cc085d45288f2f82e814ef07e285c82a (patch)
tree10691e5b796f6b80a169832bc6ac107fb786ddd8 /appc-client/client-lib
parent01167176ce6f6c663055f77ee01cb18793aa8ea5 (diff)
remove mockito from client-lib
exlcude mockito and add scope:test for mockito Change-Id: I6b13c409db8d350c6dbfd23f99f05421b6ecde82 Issue-ID: APPC-1157 Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'appc-client/client-lib')
-rw-r--r--appc-client/client-lib/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml
index 3a6070e32..79e9a739d 100644
--- a/appc-client/client-lib/pom.xml
+++ b/appc-client/client-lib/pom.xml
@@ -68,6 +68,18 @@
<dependency>
<groupId>com.att.eelf</groupId>
<artifactId>eelf-core</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>1.10.19</version>
+ <scope>test</scope>
</dependency>
</dependencies>
</project>