upgraded ph-schematron

This commit is contained in:
jstaerk
2024-04-21 15:26:27 +02:00
parent e3ed176008
commit 43d979436a
9 changed files with 4159 additions and 688 deletions

View File

@@ -53,6 +53,17 @@
<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>
@@ -88,7 +99,7 @@
<dependency>
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-xslt</artifactId>
<version>6.3.3</version>
<version>8.0.0</version>
</dependency>
<dependency>
<groupId>com.helger</groupId>