You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/02/06 13:07:44 UTC

[camel-spring-boot-examples] branch main updated: Use tomcat in SB examples so its standard SB

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-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 7cfdca5  Use tomcat in SB examples so its standard SB
7cfdca5 is described below

commit 7cfdca59bfbbb56aeeac8c2f358d7d8f09398bae
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Feb 6 14:07:33 2023 +0100

    Use tomcat in SB examples so its standard SB
---
 spring-boot/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml
index f0ab791..ff54013 100644
--- a/spring-boot/pom.xml
+++ b/spring-boot/pom.xml
@@ -65,16 +65,6 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework.boot</groupId>
-                    <artifactId>spring-boot-starter-tomcat</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-undertow</artifactId>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>