Extract class ZUGFeRDTransactionModelConverter from ZUGFeRDExporter so that it can be tested separately and improve readability

This commit is contained in:
Yannik Hampe
2017-05-31 16:10:50 +02:00
parent a771b1e769
commit 446ccf7718
11 changed files with 26753 additions and 1012 deletions

View File

@@ -50,6 +50,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>