addressing https://github.com/itplr-kosit/validator/issues/38 using Mustangproject, which uses PDFBox

This commit is contained in:
Jochen Stärk 2019-11-26 14:08:30 +01:00
parent fa5966d464
commit fa0dfc5a3c
2 changed files with 71 additions and 10 deletions

15
pom.xml
View file

@ -52,6 +52,10 @@
<version.slf4j>1.7.25</version.slf4j>
</properties>
<repositories>
<repository>
<id>mustang-mvn-repo</id>
<url>https://raw.github.com/ZUGFeRD/mustangproject/mvn-repo/</url>
</repository>
<repository>
<id>project.local</id>
<name>project</name>
@ -131,6 +135,17 @@
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.riversun</groupId>
<artifactId>bigdoc</artifactId>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>org.mustangproject.ZUGFeRD</groupId>
<artifactId>mustang</artifactId>
<version>1.7.5</version>
</dependency>
</dependencies>
<build>