From 4fd9e5d92fc93c09724fd4c806b4a8685f59e769 Mon Sep 17 00:00:00 2001 From: tarilabs Date: Tue, 28 Feb 2017 17:57:47 +0100 Subject: [PATCH] DROOLS-1437 Avoid stax-utils dependency by performing manual indentation Complement droolsjbpm/kie-dmn#37 that was missing to erase the stax-utils from the dependencyManagement . --- pom.xml | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index ccc9c81..74ee2af 100644 --- a/pom.xml +++ b/pom.xml @@ -87,22 +87,11 @@ kie-dmn-core ${version.org.kie} - - org.xmlunit - xmlunit-core - 2.2.1 - - - net.java.dev.stax-utils - stax-utils - 20070216 - - - com.bea.xml - jsr173-ri - - - + + org.xmlunit + xmlunit-core + 2.2.1 +