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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jetty-xml/pom.xml b/jetty-xml/pom.xml index ec601f8ddb6d..63a017d40c35 100644 --- a/jetty-xml/pom.xml +++ b/jetty-xml/pom.xml @@ -47,17 +47,17 @@ org.apache.maven.plugins - maven-surefire-plugin + maven-compiler-plugin - @{argLine} ${jetty.surefire.argLine} --add-reads org.eclipse.jetty.xml=org.eclipse.jetty.logging + 8 + 8 org.apache.maven.plugins - maven-compiler-plugin + maven-surefire-plugin - 8 - 8 + @{argLine} ${jetty.surefire.argLine} --add-reads org.eclipse.jetty.xml=org.eclipse.jetty.logging