Removed stray antlr

This commit is contained in:
GideonLeGrange 2014-04-14 14:44:32 +02:00
parent 99fa3149fd
commit 3d7fee5a4b
1 changed files with 0 additions and 28 deletions

28
pom.xml
View File

@ -68,20 +68,6 @@
<excludePackageNames>example;*.impl</excludePackageNames>
</configuration>
</plugin>
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>4.2.2</version>
<executions>
<execution>
<goals>
<goal>antlr4</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<properties>
@ -95,20 +81,6 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.2.1</version>
<classifier>complete</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4</artifactId>
<version>4.2.1</version>
<classifier>complete</classifier>
<scope>compile</scope>
</dependency>
</dependencies>
</project>