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/resources/pom-template-jdk11.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'springboot/spring-boot-setup/src/main/resources') 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