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


The following commit(s) were added to refs/heads/main by this push:
     new 4492b5e  CAMEL-17460: remove camel-spring-javaconfig starter
4492b5e is described below

commit 4492b5e4e2c845ef5f003b661c434ce200e2bec0
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jan 10 20:53:41 2022 +0100

    CAMEL-17460: remove camel-spring-javaconfig 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 041a766..b7a8002 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -1455,11 +1455,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
-        <artifactId>camel-spring-javaconfig-starter</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-spring-jdbc-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 7fae0c4..8a6ee18 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -1654,11 +1654,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
-        <artifactId>camel-spring-javaconfig-starter</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-spring-jdbc-starter</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to