From ef934412b33c463382560a6720de5df038aafde1 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Fri, 5 Jan 2024 10:56:41 +0100
Subject: [PATCH] Include newer version of maven-war-plugin

---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index e8d449e..1bfed6f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -169,6 +169,12 @@
                 <artifactId>maven-wrapper-plugin</artifactId>
                 <version>3.2.0</version>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-war-plugin</artifactId>
+                <version>3.3.2</version>
+            </plugin>
+
         </plugins>
     </build>
 </project>
-- 
GitLab