corrected dependencies, partly corrected tests

This commit is contained in:
Jochen Staerk
2016-01-17 16:54:59 +01:00
parent af90f09255
commit b0d0e93943
3 changed files with 25 additions and 4 deletions

View File

@@ -21,6 +21,17 @@
<artifactId>jaxb-runtime</artifactId>
<version>2.2.11</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>preflight</artifactId>
<version>1.8.8</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>1.8.8</version>
</dependency>
</dependencies>
<mailingLists>