Update camunda 94/141394/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 27 Jun 2025 13:34:19 +0000 (15:34 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 27 Jun 2025 13:34:19 +0000 (15:34 +0200)
- update camunda (7.14.0 -> 7.15.0) to a spring boot 2.4
  compatible version [0]

[0] https://docs.camunda.org/manual/latest/user-guide/spring-boot-integration/version-compatibility/

Issue-ID: SO-4189
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: I6e1ccc5763e305511bc28a863dec0ca9efe7a453

asdc-controller/pom.xml
pom.xml
so-optimization-clients/pom.xml

index 933eb44..eb2b530 100644 (file)
@@ -98,7 +98,6 @@
         <executions>
           <execution>
             <id>antlr</id>
-            <phase>generate-test-resources</phase>
             <goals>
               <goal>antlr4</goal>
             </goals>
diff --git a/pom.xml b/pom.xml
index 93fde1a..ae35223 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,7 @@
     <jax.ws.rs>2.1</jax.ws.rs>
     <springboot.version>2.4.13</springboot.version>
     <spring-cloud.version>2020.0.6</spring-cloud.version>
+    <camunda.version>7.15.0</camunda.version>
     <format.skipValidate>false</format.skipValidate>
     <format.skipExecute>true</format.skipExecute>
     <io.fabric8.version>0.33.0</io.fabric8.version>
       <dependency>
         <groupId>org.camunda.bpm</groupId>
         <artifactId>camunda-bom</artifactId>
-        <version>7.14.0</version>
+        <version>${camunda.version}</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 633c46c..89c800d 100644 (file)
@@ -44,7 +44,7 @@
       <dependency>
         <groupId>org.camunda.bpm</groupId>
         <artifactId>camunda-bom</artifactId>
-        <version>7.14.0</version>
+        <version>${camunda.version}</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>