File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments