apex: remove unnecessary dependencies, just use antlr-runtime

This commit is contained in:
Andreas Dangel
2016-04-17 10:02:11 +02:00
parent 839a874157
commit 7af7522d11

View File

@ -92,28 +92,10 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-complete</artifactId>
<artifactId>antlr-runtime</artifactId>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.3.2</version>
</dependency>
<dependency>
<groupId>org.glassfish.main.javaee-api</groupId>
<artifactId>javax.xml.rpc</artifactId>
<version>3.1.2.2</version>
</dependency>
</dependencies>
<repositories>