From 08d62009f5b9de29fb4175f0b9fea0177b04f4af Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Mon, 27 Jun 2016 13:39:34 +0200 Subject: [PATCH] Disable the version of Xalan bundled in Karaf 3.0.7 This patch extends the Xalan clean-up to disable the 2.7.2_3 ServiceMix bundle included in Karaf 3.0.7. It works with both 3.0.6 and 3.0.7. Change-Id: I555266efb5c3437830024303083ba1dc982fbcb7 Signed-off-by: Stephen Kitt --- karaf/karaf-parent/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/karaf/karaf-parent/pom.xml b/karaf/karaf-parent/pom.xml index e22953f962..1404ed42ba 100644 --- a/karaf/karaf-parent/pom.xml +++ b/karaf/karaf-parent/pom.xml @@ -386,11 +386,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html value="# BUG-5917: javax.xml.transform.TransformerFactory="> + + + + + + -- 2.36.6