Skip to content

Commit 5ac3323

Browse files
committed
Remove junit and antlr compiler from runtime deps
1 parent d0bf3ad commit 5ac3323

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

liquidjava-verifier/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
<dependency>
265265
<groupId>org.junit.jupiter</groupId>
266266
<artifactId>junit-jupiter-engine</artifactId>
267-
<scope>compile</scope>
267+
<scope>test</scope>
268268
</dependency>
269269
<dependency>
270270
<groupId>org.junit.vintage</groupId>
@@ -304,17 +304,12 @@
304304
<version>0.0.4</version>
305305
</dependency>
306306

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>
313307
<dependency>
314308
<groupId>org.antlr</groupId>
315309
<artifactId>antlr4-runtime</artifactId>
316310
<version>4.7.1</version>
317311
</dependency>
312+
318313
<dependency>
319314
<groupId>com.google.code.gson</groupId>
320315
<artifactId>gson</artifactId>

0 commit comments

Comments
 (0)