There was an error while loading. Please reload this page.
1 parent 20301a9 commit 8e8ab61Copy full SHA for 8e8ab61
1 file changed
pom.xml
@@ -124,6 +124,16 @@
124
<artifactId>junit</artifactId>
125
<scope>test</scope>
126
</dependency>
127
+ <dependency>
128
+ <groupId>org.junit.jupiter</groupId>
129
+ <artifactId>junit-jupiter-engine</artifactId>
130
+ <scope>test</scope>
131
+ </dependency>
132
133
+ <groupId>org.junit.vintage</groupId>
134
+ <artifactId>junit-vintage-engine</artifactId>
135
136
137
<dependency>
138
<groupId>org.mockito</groupId>
139
<artifactId>mockito-core</artifactId>
0 commit comments