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