diff options
Diffstat (limited to 'services/services-onappf')
-rw-r--r-- | services/services-onappf/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml index c964b5a65..28a87fa44 100644 --- a/services/services-onappf/pom.xml +++ b/services/services-onappf/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2019 Nordix Foundation. + Copyright (C) 2019-2020 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -72,7 +72,7 @@ </dependency> <dependency> <groupId>org.powermock</groupId> - <artifactId>powermock-api-mockito</artifactId> + <artifactId>powermock-api-mockito2</artifactId> <scope>test</scope> </dependency> <dependency> |