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 10a80ab Add servlet-starter in platform-http-starter (#84)
10a80ab is described below
commit 10a80abdd27e6600424fb687aad8466fc3383bbb
Author: Federico Mariani <[email protected]>
AuthorDate: Tue Sep 6 19:37:01 2022 +0200
Add servlet-starter in platform-http-starter (#84)
---
platform-http/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/platform-http/pom.xml b/platform-http/pom.xml
index f747bba..56de3fd 100644
--- a/platform-http/pom.xml
+++ b/platform-http/pom.xml
@@ -79,10 +79,6 @@
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-platform-http-starter</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.camel.springboot</groupId>
- <artifactId>camel-servlet-starter</artifactId>
- </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-jackson-starter</artifactId>