From 180d3ea9c85eda0296a638db84a32bf6239e302a Mon Sep 17 00:00:00 2001 From: anuragkumawat Date: Fri, 2 Feb 2024 17:55:27 +0530 Subject: [PATCH] JAVA-30174 Fix spring-mvc-xml-2 failing test (#15744) --- spring-web-modules/spring-mvc-xml-2/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-web-modules/spring-mvc-xml-2/pom.xml b/spring-web-modules/spring-mvc-xml-2/pom.xml index 49590758cc..f247a67a02 100644 --- a/spring-web-modules/spring-mvc-xml-2/pom.xml +++ b/spring-web-modules/spring-mvc-xml-2/pom.xml @@ -84,6 +84,13 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + true + +