From 5927b62793afbbb0683216bddb73b3a0fdc94870 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Thu, 20 Jun 2024 10:13:54 -0500 Subject: [PATCH] Fixing maven pom spotless error --- jetty-xml/pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index ec601f8ddb6..63a017d40c3 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -45,13 +45,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - @{argLine} ${jetty.surefire.argLine} --add-reads org.eclipse.jetty.xml=org.eclipse.jetty.logging - - org.apache.maven.plugins maven-compiler-plugin @@ -60,6 +53,13 @@ 8 + + org.apache.maven.plugins + maven-surefire-plugin + + @{argLine} ${jetty.surefire.argLine} --add-reads org.eclipse.jetty.xml=org.eclipse.jetty.logging + +