Remove unused dependency, explicitly declare used dependencies

This commit is contained in:
Andreas Dangel
2020-07-02 15:12:31 +02:00
parent 80d9e18011
commit 370c0b0b6d
34 changed files with 390 additions and 313 deletions

View File

@ -80,12 +80,6 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>net.java.dev.javacc</groupId>
<artifactId>javacc</artifactId>
<scope>provided</scope> <!-- only needed for generating the parser via ant -->
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
@ -94,10 +88,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>