clean up and fix project dependencies

This commit is contained in:
Thomas Chojecki
2015-02-21 18:13:59 +01:00
parent b66a404212
commit f1de58b424
3 changed files with 7 additions and 17 deletions

View File

@@ -19,6 +19,12 @@
<version>2.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>jempbox</artifactId>
<version>2.0.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>