This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git
The following commit(s) were added to refs/heads/2.1 by this push:
new 791ed54 Update impsort-maven-plugin to 1.8.0 (#139)
791ed54 is described below
commit 791ed541eb0d52dd92f521d0776b48c0fa43699d
Author: tom-vt4 <[email protected]>
AuthorDate: Thu Jul 9 20:00:13 2026 -0400
Update impsort-maven-plugin to 1.8.0 (#139)
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 @@
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
- <version>1.7.0</version>
+ <version>1.8.0</version>
<configuration>
<removeUnused>true</removeUnused>
<groups>java.,javax.,jakarta.,org.,com.</groups>