add dependency on tool for tests

This commit is contained in:
Terence Parr 2015-06-22 17:19:54 -07:00
parent 5bb9976ea5
commit 317ce86583
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@
<artifactId>ST4</artifactId>
<version>4.0.8</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>