Migration ZUGFeRD1->2 feature: Allowing transformation of complete input directory, with reference check for any ref file existent with line base comparison for better usability. Including several refactoring and tweaks.

This commit is contained in:
Svante Schubert
2018-05-01 11:19:36 +02:00
parent 861463e97c
commit 919b271b5c
8 changed files with 540 additions and 96 deletions

View File

@@ -56,7 +56,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.6.1</version>
<configuration>
<archive>
<manifest>
@@ -201,7 +201,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -228,10 +228,6 @@
<artifactId>ph-jaxb</artifactId>
<groupId>com.helger</groupId>
</exclusion>
<exclusion>
<artifactId>Saxon-HE</artifactId>
<groupId>net.sf.saxon</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>