You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/22 11:02:28 UTC

[camel] branch main updated (c207293313b -> b21a9a19f52)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from c207293313b Upgrade CycloneDX maven plugin to version 2.7.5 - Use Output directory configuration
     new f1cc3186fa3 CAMEL-19062 - Clean up Parent POM - Jakarta Servlet API
     new b21a9a19f52 CAMEL-19062 - Clean up Parent POM - Jakarta Servlet API

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-cometd/pom.xml                  | 1 +
 components/camel-cxf/camel-cxf-transport/pom.xml | 1 +
 components/camel-openapi-java/pom.xml            | 1 +
 parent/pom.xml                                   | 5 -----
 4 files changed, 3 insertions(+), 5 deletions(-)


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Jakarta Servlet API

Posted by ac...@apache.org.
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 <an...@gmail.com>
AuthorDate: Wed Feb 22 11:50:52 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jakarta Servlet API
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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>


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Jakarta Servlet API

Posted by ac...@apache.org.
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 <an...@gmail.com>
AuthorDate: Wed Feb 22 11:54:09 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Jakarta Servlet API
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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>