diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2023-08-11 15:10:44 +0100 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2023-08-18 10:18:26 +0100 |
commit | cee4b8ae2fc1729d3eec086e0d48e9914fa69006 (patch) | |
tree | bd0279f048ae411e87ce949fbdfcde4cb5a321f2 /participant/participant-impl/participant-impl-acelement/pom.xml | |
parent | af691618ebd408111c87224e389d27ea8f9bcf46 (diff) |
Upgrade Java 17
Issue-ID: POLICY-4673
Change-Id: Ib09bda7db30f53b01b2ea205ad04e5851217da78
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'participant/participant-impl/participant-impl-acelement/pom.xml')
-rwxr-xr-x[-rw-r--r--] | participant/participant-impl/participant-impl-acelement/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/participant/participant-impl/participant-impl-acelement/pom.xml b/participant/participant-impl/participant-impl-acelement/pom.xml index b4a63406a..e2a331ee5 100644..100755 --- a/participant/participant-impl/participant-impl-acelement/pom.xml +++ b/participant/participant-impl/participant-impl-acelement/pom.xml @@ -38,6 +38,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> @@ -59,6 +60,7 @@ <dateLibrary>java11</dateLibrary> <interfaceOnly>true</interfaceOnly> <useTags>true</useTags> + <jakarta>true</jakarta> </configOptions> </configuration> </execution> @@ -67,6 +69,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> + <version>${version.springboot}</version> <executions> <execution> <goals> |