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

@@ -11,11 +11,11 @@
<packaging>jar</packaging>
<name>E-Invoices Validator</name>
<description>
Library to validate e-invoices (ZUGFeRD, Factur-X and Xrechnung
</description>
<description>
Library to validate e-invoices (ZUGFeRD, Factur-X and Xrechnung
</description>
<properties>
</properties>
<dependencies>
@@ -33,14 +33,11 @@
<dependency>
<groupId>org.verapdf</groupId>
<artifactId>validation-model-jakarta</artifactId>
<version>${dep.verapdf.validation-model-jakarta.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.helger/ph-schematron -->
<dependency>
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-xslt</artifactId>
<version>${dep.ph-schematron-xslt.version}</version>
</dependency>
<dependency>
@@ -120,8 +117,8 @@
<profiles>
<profile>
<!-- build the intermediate XSLT files from schematron takes 30min+ and is only
required if there actually is a change in the schematron,
invoke manually with commandline -P generateXSLTFromSchematron on demand -->
required if there actually is a change in the schematron,
invoke manually with commandline -P generateXSLTFromSchematron on demand -->
<id>generateXSLTFromSchematron</id>
<activation>
<activeByDefault>false</activeByDefault>