- Added possibility to specify delivery date in "week of year" or "month of year" format, through introduction of new IZUGFeRDDate interface. Keeping backward compatibility by providing both methods in IZUGFeRDExportableTransaction

- Added possibility to specify "LineTwo" in Recipient Address
- Limited pdfbox version to maximum 2.0.17 because otherwise 3.0.0-SNAPSHOT was pulled in which was broken because of missing ByteArrayDataSource
This commit is contained in:
Christian Schwerdtfeger
2019-10-14 17:31:32 +02:00
parent 191debf7e4
commit 3015de02a5
11 changed files with 254 additions and 19 deletions

View File

@@ -79,12 +79,12 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>preflight</artifactId>
<version>[2.0.15,)</version>
<version>[2.0.15,2.0.17]</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>[2.0.15,)</version>
<version>[2.0.15,2.0.17]</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>