Issue #23504 Updated maven-war-plugin

- the old one was not compatible with JDK17
diff --git a/nucleus/pom.xml b/nucleus/pom.xml
index ffe971f..fe6678a 100644
--- a/nucleus/pom.xml
+++ b/nucleus/pom.xml
@@ -100,7 +100,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>3.3.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>