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 e8f3532 commit aaebb0cCopy full SHA for aaebb0c
pom.xml
@@ -109,6 +109,12 @@
109
<artifactId>slf4j-simple</artifactId>
110
<scope>test</scope>
111
</dependency>
112
+ <dependency>
113
+ <groupId>junit</groupId>
114
+ <artifactId>junit</artifactId>
115
+ <version>4.13.1</version>
116
+ <scope>test</scope>
117
+ </dependency>
118
</dependencies>
119
120
<build>
0 commit comments