This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 5fd8cedfef3726299df372b8cc1d63f8aa2c1689 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Fri Feb 7 12:51:33 2020 +0100 cleanup core extension pom --- extensions/core/runtime/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/extensions/core/runtime/pom.xml b/extensions/core/runtime/pom.xml index f7706ec..c91b25f 100644 --- a/extensions/core/runtime/pom.xml +++ b/extensions/core/runtime/pom.xml @@ -77,12 +77,6 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core-engine</artifactId> - <exclusions> - <exclusion> - <groupId>org.apache.camel</groupId> - <artifactId>camel-xml-jaxp</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.camel</groupId>