diff options
Diffstat (limited to 'appc-inbound/appc-design-services/provider/pom.xml')
-rwxr-xr-x | appc-inbound/appc-design-services/provider/pom.xml | 5 |
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> + |