This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/camel-master by this push: new d39d209 cleanup core extension pom d39d209 is described below commit d39d209736780fb3ed90bb0fc1bba8dad0df533c 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 ca32303..6e5f490 100644 --- a/extensions/core/runtime/pom.xml +++ b/extensions/core/runtime/pom.xml @@ -73,12 +73,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>