From f27fe3ae6742325efaa9711b2f06ba8f82294df7 Mon Sep 17 00:00:00 2001 From: Francois de Parscau Date: Thu, 3 Oct 2024 10:49:55 +0200 Subject: [PATCH] Enable woodstox --- core/camel-xml-jaxp/pom.xml | 1 + features/src/main/feature/camel-features.xml | 1 + pom.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/core/camel-xml-jaxp/pom.xml b/core/camel-xml-jaxp/pom.xml index f3590831d..c494936ae 100644 --- a/core/camel-xml-jaxp/pom.xml +++ b/core/camel-xml-jaxp/pom.xml @@ -39,6 +39,7 @@ * + javax.xml.stream.XMLInputFactory#newInstance() diff --git a/features/src/main/feature/camel-features.xml b/features/src/main/feature/camel-features.xml index 3ad5f0fb8..4271545af 100644 --- a/features/src/main/feature/camel-features.xml +++ b/features/src/main/feature/camel-features.xml @@ -1618,6 +1618,7 @@ mvn:org.apache.camel.karaf/camel-javascript/${project.version} + spifly camel-core mvn:org.apache.camel.karaf/camel-jaxb/${project.version} diff --git a/pom.xml b/pom.xml index 12f90507a..593833fc9 100644 --- a/pom.xml +++ b/pom.xml @@ -730,6 +730,7 @@ ${camel.osgi.provide.capability} ${camel.osgi.require.capability} ${camel.osgi.export.service} + ${camel.osgi.spi.consumer} <_failok>${camel.osgi.failok} <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@))) <_removeheaders>Ignore-Package,Include-Resource,Private-Package,Embed-Dependency