This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
commit 88fe6c2860e611bb80467e3be20c79902154bb51 Merge: e22b3158e6 7b2078900f Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Wed Jul 2 23:48:33 2025 -0400 Merge branch '2.1' pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --cc pom.xml index 4073010521,c8aa687bbb..bcc057f8f0 --- a/pom.xml +++ b/pom.xml @@@ -992,6 -1042,12 +997,14 @@@ <reactorModuleConvergence /> <banDuplicatePomDependencyVersions /> <dependencyConvergence /> + <banDynamicVersions> + <ignores> + <!-- ignore our own SNAPSHOT versions during development --> + <ignore>org.apache.accumulo:*:${project.version}</ignore> ++ <!-- ignore apache-access, because we haven't had another beta release yet --> ++ <ignore>org.apache.accumulo:accumulo-access:1.0.0-SNAPSHOT</ignore> + </ignores> + </banDynamicVersions> <bannedDependencies> <excludes> <!-- we redirect logging to log4j2, so we should have those bridges instead -->