diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-06-26 12:32:12 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-06-27 11:37:22 +0100 |
commit | 0c26c9ebeb14c331ab03ef67b796149115bc4de6 (patch) | |
tree | 4e85320728e864d107f854053568927888fec0b7 /policy-endpoints/pom.xml | |
parent | 0fb3ba9d6e541a6853ea91f20c990a6b66e5c9b5 (diff) |
Convert common to JUnit 5
Review for policy-endpoints
Issue-ID: POLICY-5043
Change-Id: I6efd2d3d25195d86ceb588ce925b2e8f5ac5d357
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r-- | policy-endpoints/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index ee594985..7cbda6ba 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -163,7 +163,7 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> + <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency> |