diff --git a/barcode4j-saxon91/pom.xml b/barcode4j-saxon91/pom.xml
index a94ba38..f7ca30a 100644
--- a/barcode4j-saxon91/pom.xml
+++ b/barcode4j-saxon91/pom.xml
@@ -30,14 +30,28 @@
net.sf.saxon
saxon9
${saxon.version}
+ provided
net.sf.saxon
saxon9-dom
${saxon.version}
+ provided
+
+
+ javax.xml.bind
+ jaxb-api
+ 2.3.1
+ provided
+
+ org.glassfish.jaxb
+ jaxb-runtime
+ 2.3.7
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -77,6 +91,22 @@
true
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+
+
+ true
+
+
+
+ org.codehaus.mojo
+ license-maven-plugin
+
+
+ true
+
+