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


The following commit(s) were added to refs/heads/main by this push:
     new 49b5934bb68 CAMEL-23108: camel-spring-boot - Cleanup root pom.xml for 
unusued stuff
49b5934bb68 is described below

commit 49b5934bb686be2f65af5f32bfdf15d1da496b5b
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Mar 1 21:21:12 2026 +0100

    CAMEL-23108: camel-spring-boot - Cleanup root pom.xml for unusued stuff
---
 components-starter/camel-openapi-java-starter/pom.xml | 15 ---------------
 core/camel-spring-boot-xml/pom.xml                    |  2 +-
 pom.xml                                               | 11 +++++------
 3 files changed, 6 insertions(+), 22 deletions(-)

diff --git a/components-starter/camel-openapi-java-starter/pom.xml 
b/components-starter/camel-openapi-java-starter/pom.xml
index 98f4ac44785..c0765d23d9a 100644
--- a/components-starter/camel-openapi-java-starter/pom.xml
+++ b/components-starter/camel-openapi-java-starter/pom.xml
@@ -39,21 +39,6 @@
       <artifactId>camel-openapi-java</artifactId>
       <version>${camel-version}</version>
     </dependency>
-    <dependency>
-      <groupId>io.swagger.parser.v3</groupId>
-      <artifactId>swagger-parser-v3</artifactId>
-      <version>${swagger-parser-v3-version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>io.swagger.core.v3</groupId>
-          <artifactId>swagger-models</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>io.swagger.core.v3</groupId>
-          <artifactId>swagger-core</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
     <!-- test dependencies -->
     <dependency>
       <groupId>org.apache.camel</groupId>
diff --git a/core/camel-spring-boot-xml/pom.xml 
b/core/camel-spring-boot-xml/pom.xml
index 36bc22b1962..97a05b3264f 100644
--- a/core/camel-spring-boot-xml/pom.xml
+++ b/core/camel-spring-boot-xml/pom.xml
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>jakarta.xml.bind</groupId>
             <artifactId>jakarta.xml.bind-api</artifactId>
-            <version>${jakarta-jaxb-version}</version>
+            <version>${jakarta-xml-bind-api-version}</version>
         </dependency>
 
         <!-- Testing dependencies -->
diff --git a/pom.xml b/pom.xml
index 785a79099a2..2edb23ba72a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,17 +120,16 @@
         <!-- versions -->
         <avro-version>1.12.0</avro-version>
         <graal-sdk-version>25.0.2</graal-sdk-version>
-        <jakarta-jaxb-version>4.0.2</jakarta-jaxb-version>
+        <jakarta-jaxb-version>4.0.5</jakarta-jaxb-version>
         <jaxb-version>2.3.0</jaxb-version>
+        <license-maven-plugin-version>5.0.0</license-maven-plugin-version>
         <maven-compiler-plugin-version>3.15.0</maven-compiler-plugin-version>
         <maven-javadoc-plugin-version>3.12.0</maven-javadoc-plugin-version>
         <maven-surefire-plugin-version>3.5.5</maven-surefire-plugin-version>
-        <mycila-license-version>5.0.0</mycila-license-version>
-        <springdoc-version>3.0.1</springdoc-version>
+        <springdoc-version>3.0.2</springdoc-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
-        <swagger-parser-v3-version>2.1.38</swagger-parser-v3-version>
         <cyclonedx-maven-plugin-version>2.9.1</cyclonedx-maven-plugin-version>
-        <wiremock-spring-boot-version>4.1.0</wiremock-spring-boot-version>
+        <wiremock-spring-boot-version>4.2.0</wiremock-spring-boot-version>
         
<spring-session-hazelcast-version>4.0.0-M2</spring-session-hazelcast-version>
     </properties>
 
@@ -814,7 +813,7 @@
                     <plugin>
                         <groupId>com.mycila</groupId>
                         <artifactId>license-maven-plugin</artifactId>
-                        <version>${mycila-license-version}</version>
+                        <version>${license-maven-plugin-version}</version>
                         <configuration>
                             <header>header.txt</header>
                             <excludes>

Reply via email to