From 7d7042da8d6869aec35e4d819bc37587a98dc707 Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Fri, 29 Dec 2023 15:15:34 +0100 Subject: [PATCH] fix build with java 17 update: - maven-war-plugin to 3.4.0 - mockito-core to 4.0.0 with geosolutions-it/MapStore2#9851 --- web/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/pom.xml b/web/pom.xml index a2d30fa1a..bff5983ff 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -91,8 +91,8 @@ org.mockito - mockito-all - 1.9.5 + mockito-core + 4.0.0 test @@ -386,7 +386,7 @@ org.apache.maven.plugins maven-war-plugin - 2.1.1 + 3.4.0 WEB-INF/lib/commons-codec-1.2.jar,