reverting ph-schematron upgrade due to test errors
This commit is contained in:
@@ -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
|
||||
=======
|
||||
|
||||
@@ -53,17 +53,6 @@
|
||||
<version>2.1.3</version>
|
||||
</dependency>
|
||||
<!-- for ph-schematron -->
|
||||
<dependency>
|
||||
<groupId>com.helger.commons</groupId>
|
||||
<artifactId>ph-commons</artifactId>
|
||||
<version>11.1.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.xml.bind</groupId>
|
||||
<artifactId>jakarta.xml.bind-api</artifactId>
|
||||
<version>4.0.1</version>
|
||||
</dependency>
|
||||
<!-- /for ph-schematron -->
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
@@ -99,7 +88,7 @@
|
||||
<dependency>
|
||||
<groupId>com.helger.schematron</groupId>
|
||||
<artifactId>ph-schematron-xslt</artifactId>
|
||||
<version>8.0.0</version>
|
||||
<version>6.3.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.helger</groupId>
|
||||
@@ -120,7 +109,7 @@
|
||||
<dependency>
|
||||
<groupId>org.xmlunit</groupId>
|
||||
<artifactId>xmlunit-assertj</artifactId>
|
||||
<version>2.9.1</version>
|
||||
<version>2.10.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user