We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fd9e0 commit 26e4e32Copy full SHA for 26e4e32
2 files changed
pom.xml
@@ -20,6 +20,7 @@
20
<groupId>org.junit.jupiter</groupId>
21
<artifactId>junit-jupiter</artifactId>
22
<version>5.9.2</version>
23
+ <scope>test</scope>
24
</dependency>
25
26
<dependency>
@@ -37,6 +38,12 @@
37
38
39
<build>
40
<plugins>
41
+ <plugin>
42
+ <groupId>org.apache.maven.plugins</groupId>
43
+ <artifactId>maven-surefire-plugin</artifactId>
44
+ <version>3.1.2</version>
45
+ </plugin>
46
+
47
<plugin>
48
<groupId>org.antlr</groupId>
49
<artifactId>antlr4-maven-plugin</artifactId>
0 commit comments