trying to get tests to run
This commit is contained in:
parent
e921ba69c8
commit
8c255b9a12
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue