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 1676e5f camel-jbang - Cannot exclude spring-core as jbang does not understand <exclusions> which leads to ClassNotFoundException for spring classes 1676e5f is described below commit 1676e5fa30c45eb8ef28e20cfce5f87ecc1ccdb5 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Mar 15 20:25:15 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 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dsl/camel-kamelet-main/pom.xml b/dsl/camel-kamelet-main/pom.xml index 9ae5ade..112662c 100644 --- a/dsl/camel-kamelet-main/pom.xml +++ b/dsl/camel-kamelet-main/pom.xml @@ -110,20 +110,20 @@ <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> +<!-- <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>