This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 7fab01f camel-jbang - Cannot exclude spring-core as jbang does not understand <exclusions> which leads to ClassNotFoundException for spring classes 7fab01f is described below commit 7fab01fb7e83b22acc443f4101cf2c0b3a441716 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Mar 15 20:26:26 2022 +0100 camel-jbang - Cannot exclude spring-core as jbang does not understand <exclusions> which leads to ClassNotFoundException for spring classes --- dsl/camel-kamelet-main/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dsl/camel-kamelet-main/pom.xml b/dsl/camel-kamelet-main/pom.xml index 112662c..019a2ff 100644 --- a/dsl/camel-kamelet-main/pom.xml +++ b/dsl/camel-kamelet-main/pom.xml @@ -110,20 +110,6 @@ <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring-version}</version> -<!-- <exclusions>--> -<!-- <exclusion>--> -<!-- <groupId>org.springframework</groupId>--> -<!-- <artifactId>spring-aop</artifactId>--> -<!-- </exclusion>--> -<!-- <exclusion>--> -<!-- <groupId>org.springframework</groupId>--> -<!-- <artifactId>spring-core</artifactId>--> -<!-- </exclusion>--> -<!-- <exclusion>--> -<!-- <groupId>org.springframework</groupId>--> -<!-- <artifactId>spring-expression</artifactId>--> -<!-- </exclusion>--> -<!-- </exclusions>--> </dependency> <!-- optional quarkus annotation support --> <dependency>