Skip to content

Commit 62a5b09

Browse files
m
1 parent f7dd5ae commit 62a5b09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
120120

121121
<!-- Test Dependencies -->
122122
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-core -->
123+
<dependency>
124+
<groupId>org.junit-pioneer</groupId>
125+
<artifactId>junit-pioneer</artifactId>
126+
<version>2.3.0</version>
127+
<scope>test</scope>
128+
</dependency>
123129
<dependency>
124130
<groupId>org.mockito</groupId>
125131
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)