aboutsummaryrefslogtreecommitdiffstats
path: root/prh-commons
diff options
context:
space:
mode:
authorgrabinsk <maciej.grabinski@nokia.com>2019-05-30 14:43:14 +0200
committergrabinsk <maciej.grabinski@nokia.com>2019-05-31 10:09:58 +0200
commitc0d1ad41b36b9a3036ea9451a65f938ce94c0dc8 (patch)
tree314b767a0c7e0a2292b47b585f5cf04c418eba5e /prh-commons
parent0f293f5aa2c1ed3fff09c3386fdfd93ae48b4cd1 (diff)
Replace hand-written MockitoExtension with official one from mockito-junit-jupiter
Change-Id: I28e9057822f80f7514a640fbc66f54d9f5488cbf Issue-ID: DCAEGEN2-1544 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
Diffstat (limited to 'prh-commons')
-rw-r--r--prh-commons/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml
index 66cc9465..fb8e8978 100644
--- a/prh-commons/pom.xml
+++ b/prh-commons/pom.xml
@@ -67,7 +67,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
+ <artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>