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 ba3c01c commit 01204b1Copy full SHA for 01204b1
pom.xml
@@ -35,7 +35,6 @@
35
<artifactId>slf4j-simple</artifactId>
36
<version>1.7.24</version>
37
</dependency>
38
-
39
<dependency>
40
<groupId>org.junit.jupiter</groupId>
41
<artifactId>junit-jupiter-engine</artifactId>
@@ -65,6 +64,11 @@
65
64
<version>1.3</version>
66
<scope>test</scope>
67
+ <dependency>
68
+ <groupId>org.reflections</groupId>
69
+ <artifactId>reflections</artifactId>
70
+ <version>0.9.12</version>
71
+ </dependency>
72
73
<groupId>org.mockito</groupId>
74
<artifactId>mockito-core</artifactId>
0 commit comments