remove antlr from common

This commit is contained in:
xvrl 2013-03-01 18:15:32 -08:00
parent 3f7bd7d1c0
commit 8640342a2f
1 changed files with 0 additions and 16 deletions

View File

@ -131,10 +131,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</dependency>
</dependencies>
<build>
@ -149,18 +145,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>antlr4</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>