This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit f1cc3186fa3d4a72e194a93c7e14883512d4d3ce Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Feb 22 11:50:52 2023 +0100 CAMEL-19062 - Clean up Parent POM - Jakarta Servlet API Signed-off-by: Andrea Cosentino <[email protected]> --- parent/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index efa630e60b1..2db35f66b9b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2748,11 +2748,6 @@ </dependency> <!-- spec jars --> - <dependency> - <groupId>jakarta.servlet</groupId> - <artifactId>jakarta.servlet-api</artifactId> - <version>${jakarta-servlet-api-version}</version> - </dependency> <!-- Optional Spring Support --> <dependency> <groupId>org.springframework</groupId>
