We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bf3ad commit 5ac3323Copy full SHA for 5ac3323
1 file changed
liquidjava-verifier/pom.xml
@@ -264,7 +264,7 @@
264
<dependency>
265
<groupId>org.junit.jupiter</groupId>
266
<artifactId>junit-jupiter-engine</artifactId>
267
- <scope>compile</scope>
+ <scope>test</scope>
268
</dependency>
269
270
<groupId>org.junit.vintage</groupId>
@@ -304,17 +304,12 @@
304
<version>0.0.4</version>
305
306
307
- <!-- https://mvnrepository.com/artifact/org.antlr/antlr4 -->
308
- <dependency>
309
- <groupId>org.antlr</groupId>
310
- <artifactId>antlr4</artifactId>
311
- <version>4.7.1</version>
312
- </dependency>
313
314
<groupId>org.antlr</groupId>
315
<artifactId>antlr4-runtime</artifactId>
316
<version>4.7.1</version>
317
+
318
319
<groupId>com.google.code.gson</groupId>
320
<artifactId>gson</artifactId>
0 commit comments