We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6222db commit ca212b4Copy full SHA for ca212b4
pom.xml
@@ -55,6 +55,13 @@
55
<artifactId>commons-collections4</artifactId>
56
<version>4.5.0</version>
57
</dependency>
58
+
59
+ <dependency>
60
+ <groupId>org.junit.jupiter</groupId>
61
+ <artifactId>junit-jupiter</artifactId>
62
+ <version>5.9.3</version>
63
+ <scope>test</scope>
64
+ </dependency>
65
</dependencies>
66
67
<build>
0 commit comments