Add empty parameter `resourceBundles` for the `maven-remote-resources-plugin` configuration, that seems to be required after the parent upgrade to version 21:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project log4j-audit-parent: The parameters 'resourceBundles' for goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process are missing or invalid
diff --git a/pom.xml b/pom.xml
index 1dd4985..f8a5173 100644
--- a/pom.xml
+++ b/pom.xml
@@ -893,6 +893,7 @@
             </goals>
             <configuration>
               <skip>true</skip>
+              <resourceBundles />
             </configuration>
           </execution>
         </executions>