From 7cffa2cbecb45407527ced0d06a25b1c8a484371 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 27 Jul 2019 19:34:36 +0200 Subject: [PATCH] properly add JAXB dependencies to address #162 --- xmlunit-core/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmlunit-core/pom.xml b/xmlunit-core/pom.xml index 9abf4e0e..737ad37a 100644 --- a/xmlunit-core/pom.xml +++ b/xmlunit-core/pom.xml @@ -69,17 +69,17 @@ com.sun.xml.bind jaxb-core - optional + true com.sun.xml.bind jaxb-impl - optional + true javax.activation activation - optional + true