From 70d03b7f1cd1a99267d54e72ed3dc4c47c039cb2 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Fri, 13 Mar 2026 10:55:11 +0100 Subject: [PATCH] added the pom --- pom.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..8d10dd9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,41 @@ + + + 4.0.0 + + com.github.shautvast + xmldiff + 1.0-SNAPSHOT + + + 22 + 22 + UTF-8 + + + + + org.xmlunit + xmlunit-core + 2.11.0 + + + org.junit.jupiter + junit-jupiter + 5.11.0 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.3.1 + + + + +