summaryrefslogtreecommitdiffstats
path: root/services/services-onappf/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'services/services-onappf/pom.xml')
-rw-r--r--services/services-onappf/pom.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/services/services-onappf/pom.xml b/services/services-onappf/pom.xml
index 2d7b348d7..7dc9760c0 100644
--- a/services/services-onappf/pom.xml
+++ b/services/services-onappf/pom.xml
@@ -1,6 +1,6 @@
<!--
============LICENSE_START=======================================================
- Copyright (C) 2019-2020 Nordix Foundation.
+ Copyright (C) 2019-2020,2023 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -76,8 +76,13 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.powermock</groupId>
- <artifactId>powermock-api-mockito2</artifactId>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>