aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime-acm/pom.xml')
-rwxr-xr-x[-rw-r--r--]runtime-acm/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml
index bc8dc75d7..3d896ca44 100644..100755
--- a/runtime-acm/pom.xml
+++ b/runtime-acm/pom.xml
@@ -55,6 +55,7 @@
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
+ <version>3.0.46</version>
<executions>
<execution>
<id>code-gen</id>
@@ -88,6 +89,7 @@
<dateLibrary>java11</dateLibrary>
<interfaceOnly>true</interfaceOnly>
<useTags>true</useTags>
+ <jakarta>true</jakarta>
</configOptions>
</configuration>
</execution>
@@ -112,6 +114,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <version>${version.springboot}</version>
<executions>
<execution>
<goals>