BAEL-5671 code for the validate an XML file against an XSD file article

This commit is contained in:
thibault.faure
2022-07-10 22:54:49 +02:00
parent 4c1e18b15e
commit 145b782d4b
7 changed files with 189 additions and 0 deletions
+6
View File
@@ -20,6 +20,12 @@
<artifactId>dom4j</artifactId>
<version>${dom4j.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>