From e70a92d9770d1f781c2e3b4de635aa87b9222c08 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 2 Apr 2021 21:43:55 -0400 Subject: [PATCH] Update build for jdk 16 Also update mapstruct for good measure, since I had to add the lombok mapstruct binding --- http-service/pom.xml | 14 ++++++++++++-- pom.xml | 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/http-service/pom.xml b/http-service/pom.xml index e3f8717488..ed2672ced9 100644 --- a/http-service/pom.xml +++ b/http-service/pom.xml @@ -37,7 +37,7 @@ 1.5.6.RELEASE - 1.2.0.Final + 1.4.2.Final @@ -62,7 +62,7 @@ org.mapstruct - mapstruct-jdk8 + mapstruct ${mapstruct.version} @@ -173,6 +173,11 @@ mapstruct-processor ${mapstruct.version} + + org.projectlombok + lombok-mapstruct-binding + 0.2.0 + org.projectlombok lombok @@ -181,6 +186,11 @@ + + org.apache.maven.plugins + maven-war-plugin + 3.3.1 + org.springframework.boot spring-boot-maven-plugin diff --git a/pom.xml b/pom.xml index d17abee198..ea9d749d62 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ UTF-8 1.8 8 - 1.18.4 + 1.18.20 true true @@ -208,7 +208,7 @@ org.projectlombok lombok-maven-plugin - 1.18.16.0 + 1.18.20.0