From 5bbe40c0b730546839626fa2ccf73d23570a277b Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 22 Mar 2023 15:20:25 -0400 Subject: Fix generated file springboot26/pom.xml Changes in earlier commit were made directly to a generated pom file and thus were lost at compile time. This change makes the changes to the template and properties files used to generate that pom Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney Change-Id: Ieb3bacfe29d7834bdc049023a2beefbf39d87ab1 --- .../src/main/properties/springboot25.properties | 6 ++++++ .../src/main/properties/springboot26.properties | 8 +++++++- .../src/main/resources/pom-template-jdk11.xml | 12 ++++++------ 3 files changed, 19 insertions(+), 7 deletions(-) (limited to 'springboot/spring-boot-setup') diff --git a/springboot/spring-boot-setup/src/main/properties/springboot25.properties b/springboot/spring-boot-setup/src/main/properties/springboot25.properties index c275a27f..4f3ee92f 100644 --- a/springboot/spring-boot-setup/src/main/properties/springboot25.properties +++ b/springboot/spring-boot-setup/src/main/properties/springboot25.properties @@ -12,3 +12,9 @@ springboot.jersey.version=2.33 springboot.slf4j.version=1.7.36 springboot.springfox.version=3.0.0 springboot.tomcat.jdbc.version=9.0.58 +springboot.jacoco.version=0.8.5 +springboot.kotlin.version=1.5.32 +springboot.kotlin.maven.version=1.5.32 +springboot.kotlin.coroutines.version=1.5.2 +springboot.kotlinpoet.version=1.5.0 +springboot.mockk.version=1.9.3 diff --git a/springboot/spring-boot-setup/src/main/properties/springboot26.properties b/springboot/spring-boot-setup/src/main/properties/springboot26.properties index 216d1071..b9704ccc 100644 --- a/springboot/spring-boot-setup/src/main/properties/springboot26.properties +++ b/springboot/spring-boot-setup/src/main/properties/springboot26.properties @@ -11,4 +11,10 @@ springboot.netty.ssl.version=2.0.50.Final springboot.jersey.version=2.33 springboot.slf4j.version=1.7.36 springboot.springfox.version=3.0.0 -springboot.tomcat.jdbc.version=9.0.58 \ No newline at end of file +springboot.tomcat.jdbc.version=9.0.58 +springboot.jacoco.version=0.8.8 +springboot.kotlin.version=1.6.21 +springboot.kotlin.maven.version=1.6.21 +springboot.kotlin.coroutines.version=1.6.4 +springboot.kotlinpoet.version=1.11.0 +springboot.mockk.version=1.12.8 \ No newline at end of file diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml index 93304de0..b90995f4 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml @@ -51,7 +51,7 @@ **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - 0.8.5 + ${springboot.jacoco.version} UTF-8 @@ -107,14 +107,14 @@ 1.11 - 1.5.32 - 1.5.32 - 1.5.2 - 1.5.0 + ${springboot.kotlin.version} + ${springboot.kotlin.maven.version} + ${springboot.kotlin.coroutines.version} + ${springboot.kotlinpoet.version} 0.5.0 2.6.6 2.2.3 - 1.9.3 + ${springboot.mockk.version} 4.8-1 -- cgit 1.2.3-korg