More cleanup

This commit is contained in:
David M
2024-09-14 14:30:53 +02:00
parent 38e72b7ae2
commit 0ad5b1c092
4 changed files with 284 additions and 222 deletions

View File

@@ -12,7 +12,7 @@
<name>E-Invoice commandline tool</name>
<description>
E-invoices commandline tool, allowing to create(embed), split and validate Factur-X/ZUGFeRD files. Validation
E-invoices commandline tool, allowing to create(embed), split and validate Factur-X/ZUGFeRD files. Validation
should also work for XRechnung/CII.
</description>
@@ -26,12 +26,9 @@
<version>${project.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
<dependency>
<!-- apache commons cli to parse command line -->
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>${dep.commons-cli.version}</version>
</dependency>
<dependency>
@@ -40,9 +37,9 @@
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<scope>compile</scope>
<scope>compile</scope>
</dependency>
<dependency>