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 da9e12c commit 575983fCopy full SHA for 575983f
pom.xml
@@ -105,6 +105,12 @@
105
<artifactId>slf4j-simple</artifactId>
106
<scope>test</scope>
107
</dependency>
108
+ <dependency>
109
+ <groupId>junit</groupId>
110
+ <artifactId>junit</artifactId>
111
+ <version>4.13.1</version>
112
+ <scope>test</scope>
113
+ </dependency>
114
</dependencies>
115
116
<build>
0 commit comments