This is an automated email from the ASF dual-hosted git repository. klease pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new 6a030e30055 CAMEL-18707: remove unused jandex dependency 6a030e30055 is described below commit 6a030e3005551df649e25ce1db272dbcaeac6ee7 Author: klease <kle...@cegetel.net> AuthorDate: Mon Nov 21 15:38:38 2022 +0100 CAMEL-18707: remove unused jandex dependency --- tooling/camel-spring-boot-generator-maven-plugin/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tooling/camel-spring-boot-generator-maven-plugin/pom.xml b/tooling/camel-spring-boot-generator-maven-plugin/pom.xml index 334c59ca5b9..8a2630d86b9 100644 --- a/tooling/camel-spring-boot-generator-maven-plugin/pom.xml +++ b/tooling/camel-spring-boot-generator-maven-plugin/pom.xml @@ -177,13 +177,6 @@ <version>${spring-boot-version}</version> </dependency> - <!-- jandex for annotation processing --> - <dependency> - <groupId>org.jboss</groupId> - <artifactId>jandex</artifactId> - <version>${jandex-version}</version> - </dependency> - <!-- Freemarker for xml templating --> <dependency> <groupId>org.freemarker</groupId>