We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d4031 commit 7012212Copy full SHA for 7012212
1 file changed
pom.xml
@@ -242,6 +242,18 @@ limitations under the License.
242
<version>2.2</version>
243
<scope>test</scope>
244
</dependency>
245
+ <dependency>
246
+ <groupId>org.junit.jupiter</groupId>
247
+ <artifactId>junit-jupiter-engine</artifactId>
248
+ <version>5.6.0</version>
249
+ <scope>test</scope>
250
+ </dependency>
251
252
+ <groupId>org.junit.vintage</groupId>
253
+ <artifactId>junit-vintage-engine</artifactId>
254
255
256
257
</dependencies>
258
<properties>
259
<maven.compiler.source>1.7</maven.compiler.source>
0 commit comments