diff --git a/History.md b/History.md index d3e4e63c..3a6e1c29 100644 --- a/History.md +++ b/History.md @@ -11,11 +11,11 @@ - zugferdimporter to accept xml files - UBL importer to also parse contacts - https://github.com/ZUGFeRD/mustangproject/pull/369 -- upgrade ph-schematron from 6.3.3 to 8 - support inputstreams https://github.com/ZUGFeRD/mustangproject/pull/379 - #314 ZUGFeRDInvoiceImporter additional constructur - add XML cash discount (thisn was previously only possible for XRechnung, not ZF Extended, using a manually encoded setPaymentTermDescription) - surrendered to XRechnung 3 compromises, e.g. no longer put gross amount if it does not deviate from net +- be able to programmatically access validation messages https://github.com/ZUGFeRD/mustangproject/pull/382 2.10.0 ======= diff --git a/validator/pom.xml b/validator/pom.xml index dad69b7b..06fc1fab 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -53,17 +53,6 @@ 2.1.3 - - com.helger.commons - ph-commons - 11.1.6 - - - jakarta.xml.bind - jakarta.xml.bind-api - 4.0.1 - - ch.qos.logback logback-classic @@ -99,7 +88,7 @@ com.helger.schematron ph-schematron-xslt - 8.0.0 + 6.3.3 com.helger @@ -120,7 +109,7 @@ org.xmlunit xmlunit-assertj - 2.9.1 + 2.10.0 test @@ -133,13 +122,13 @@ junit-jupiter-api 5.9.1 test - - + + org.junit.vintage junit-vintage-engine 5.9.1 test - + @@ -168,9 +157,9 @@ maven-jar-plugin 3.2.0 - - **/logback.xml - + + **/logback.xml + true