Merge branch 'master' into pr-2624

This commit is contained in:
Andreas Dangel
2020-07-17 15:16:24 +02:00
73 changed files with 5250 additions and 546 deletions

View File

@@ -80,10 +80,6 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>net.java.dev.javacc</groupId>
<artifactId>javacc</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
@@ -92,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>