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 b21a9a19f52ad1a6a040c4cd180ff858436241a8
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Feb 22 11:54:09 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jakarta Servlet API
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 components/camel-cometd/pom.xml                  | 1 +
 components/camel-cxf/camel-cxf-transport/pom.xml | 1 +
 components/camel-openapi-java/pom.xml            | 1 +
 3 files changed, 3 insertions(+)

diff --git a/components/camel-cometd/pom.xml b/components/camel-cometd/pom.xml
index c628a7b158c..57a2247643f 100644
--- a/components/camel-cometd/pom.xml
+++ b/components/camel-cometd/pom.xml
@@ -72,6 +72,7 @@
         <dependency>
             <groupId>jakarta.servlet</groupId>
             <artifactId>jakarta.servlet-api</artifactId>
+            <version>${jakarta-servlet-api-version}</version>
         </dependency>
 
         <!-- Test Dependencies -->
diff --git a/components/camel-cxf/camel-cxf-transport/pom.xml 
b/components/camel-cxf/camel-cxf-transport/pom.xml
index 1c8230c2178..87676b3fda4 100644
--- a/components/camel-cxf/camel-cxf-transport/pom.xml
+++ b/components/camel-cxf/camel-cxf-transport/pom.xml
@@ -63,6 +63,7 @@
         <dependency>
             <groupId>jakarta.servlet</groupId>
             <artifactId>jakarta.servlet-api</artifactId>
+            <version>${jakarta-servlet-api-version}</version>
         </dependency>
 
         <!-- for testing -->
diff --git a/components/camel-openapi-java/pom.xml 
b/components/camel-openapi-java/pom.xml
index 17b11ba7e2d..9045818f78f 100644
--- a/components/camel-openapi-java/pom.xml
+++ b/components/camel-openapi-java/pom.xml
@@ -91,6 +91,7 @@
         <dependency>
             <groupId>jakarta.servlet</groupId>
             <artifactId>jakarta.servlet-api</artifactId>
+            <version>${jakarta-servlet-api-version}</version>
             <scope>provided</scope>
         </dependency>
 

Reply via email to