From 62927b9ab53e6e3ee68fb813e81c92d70e2996da Mon Sep 17 00:00:00 2001 From: tom-vt4 Date: Wed, 10 Jun 2026 14:15:42 -0400 Subject: [PATCH] Update impsort-maven-plugin to 1.8.0 Executing a build with version 1.7.0 of the impsort-maven-plugin fails due to a missing required class when attempting to execute the sort goal of the plugin: org/codehaus/plexus/util/DirectoryScanner Using version 1.8.0 of the plugin allows the build to succeed. This resolves the building issues --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7fbec6a..a5c1119 100644 --- a/pom.xml +++ b/pom.xml @@ -215,7 +215,7 @@ net.revelc.code impsort-maven-plugin - 1.7.0 + 1.8.0 true java.,javax.,jakarta.,org.,com.