trying to get tests to run

This commit is contained in:
Terence Parr 2015-06-27 12:24:22 -07:00 committed by parrt
parent e921ba69c8
commit 8c255b9a12
2 changed files with 1 additions and 6 deletions

View File

@ -64,7 +64,7 @@
<module>tool</module>
<module>runtime-testsuite</module>
<module>antlr4-maven-plugin</module>
<module>antlr4-testgen-maven-plugin</module>
<!-- <module>antlr4-testgen-maven-plugin</module> -->
<module>tool-testsuite</module>
</modules>

View File

@ -33,11 +33,6 @@
<artifactId>antlr4-runtime-testsuite</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-testgen-maven-plugin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4</artifactId>