summaryrefslogtreecommitdiffstats
path: root/appc-inbound/appc-design-services/provider/pom.xml
diff options
context:
space:
mode:
authorDilip kumar Pampana <dilip.kumar.pampana@ibm.com>2018-07-30 16:41:19 -0400
committerTakamune Cho <tc012c@att.com>2018-07-31 15:24:14 +0000
commitbfbb6d5ab8b95b1c6790ea5a25c698cdbbc135e0 (patch)
tree7fdf9a948be50e41b064cecca641a05e9fa36865 /appc-inbound/appc-design-services/provider/pom.xml
parent2f1fafa9ba653e80bc2194e8aead62eef4cc3d1c (diff)
Junits for Inbound/designServices
Added new test class files for code coverage of DesignDBServices and removed version for mockito-core as it is overriding existing one in pom.xml file in design services provide. Issue-ID: APPC-1117 Change-Id: I9eddf30c7e3c72467f4bf5f5850c22c083f51a9f Signed-off-by: Dilip kumar Pampana <dilip.kumar.pampana@ibm.com>
Diffstat (limited to 'appc-inbound/appc-design-services/provider/pom.xml')
-rwxr-xr-xappc-inbound/appc-design-services/provider/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/appc-inbound/appc-design-services/provider/pom.xml b/appc-inbound/appc-design-services/provider/pom.xml
index 697111b18..f34319bb6 100755
--- a/appc-inbound/appc-design-services/provider/pom.xml
+++ b/appc-inbound/appc-design-services/provider/pom.xml
@@ -5,6 +5,7 @@
================================================================================
Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Copyright (C) 2017 Amdocs
+ Modification Copyright (C) 2018 IBM
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -52,8 +53,7 @@
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <version>1.9.5</version>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@@ -186,3 +186,4 @@
</dependency>
</dependencies>
</project>
+