Skip to content

Commit 8089518

Browse files
authored
Legger på mockito-core etter anbefaling fra mockito devs. (#26)
1 parent 95b893c commit 8089518

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pom.xml

+13-1
Original file line numberDiff line numberDiff line change
@@ -407,14 +407,21 @@
407407
<!-- Mockito -->
408408
<dependency>
409409
<groupId>org.mockito</groupId>
410-
<artifactId>mockito-inline</artifactId>
410+
<artifactId>mockito-core</artifactId>
411411
<version>${mockito.version}</version>
412412
<scope>test</scope>
413413
</dependency>
414414
<dependency>
415415
<groupId>org.mockito</groupId>
416416
<artifactId>mockito-junit-jupiter</artifactId>
417417
<version>${mockito.version}</version>
418+
<scope>test</scope>
419+
</dependency>
420+
<dependency>
421+
<groupId>org.mockito</groupId>
422+
<artifactId>mockito-inline</artifactId>
423+
<version>${mockito.version}</version>
424+
<scope>test</scope>
418425
</dependency>
419426

420427
<dependency>
@@ -512,6 +519,11 @@
512519
<artifactId>assertj-core</artifactId>
513520
<scope>test</scope>
514521
</dependency>
522+
<dependency>
523+
<groupId>org.mockito</groupId>
524+
<artifactId>mockito-core</artifactId>
525+
<scope>test</scope>
526+
</dependency>
515527
<dependency>
516528
<groupId>org.mockito</groupId>
517529
<artifactId>mockito-junit-jupiter</artifactId>

0 commit comments

Comments
 (0)