Fix compilation errors mainly due to merge conflicts

This commit is contained in:
Yannik Hampe
2017-06-09 15:06:27 +02:00
parent a47bf95ea6
commit 366c2a3228
6 changed files with 85 additions and 1144 deletions

View File

@@ -52,6 +52,12 @@
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-schematron</artifactId>
<version>4.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>