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-spring-boot.git
commit 0c1f6216d7ba7037fe1d389dcbea5e7513521c7a Author: Claus Ibsen <[email protected]> AuthorDate: Mon Dec 27 10:28:28 2021 +0100 Remove camel-kamelet-reify-starter --- tooling/camel-spring-boot-bom/pom.xml | 5 ----- tooling/camel-spring-boot-dependencies/pom.xml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml index 272efa1..0e87060 100644 --- a/tooling/camel-spring-boot-bom/pom.xml +++ b/tooling/camel-spring-boot-bom/pom.xml @@ -970,11 +970,6 @@ </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> - <artifactId>camel-kamelet-reify-starter</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-kamelet-starter</artifactId> <version>${project.version}</version> </dependency> diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index a018724..d002a12 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -1159,11 +1159,6 @@ </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> - <artifactId>camel-kamelet-reify-starter</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-kamelet-starter</artifactId> <version>${project.version}</version> </dependency>
