diff options
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/main/pom.xml b/main/pom.xml index b251fee2..af1c8c5c 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -4,6 +4,7 @@ ================================================================================ Copyright (C) 2019-2022 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. + Modifications Copyright (C) 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. @@ -118,8 +119,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> |