You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by kl...@apache.org on 2022/11/21 14:39:30 UTC

[camel-spring-boot] branch main updated: CAMEL-18707: remove unused jandex dependency

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 <kl...@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>