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


The following commit(s) were added to refs/heads/main by this push:
     new 68a1805056 Remove exception for accumulo-access
68a1805056 is described below

commit 68a18050567e5f7c6196299d27f01db1bad5f9fc
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Apr 1 19:35:19 2026 -0400

    Remove exception for accumulo-access
    
    As follow-up to #6260, remove the banDynamicVersions exception for
    accumulo-access SNAPSHOT (no longer needed, since the beta2 release is
    being used instead of a SNAPSHOT version)
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b4d4a9487..3cfe242924 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1087,8 +1087,6 @@ under the License.
                   <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-core:1.0.0-SNAPSHOT</ignore>
                   </ignores>
                 </banDynamicVersions>
                 <bannedDependencies>

Reply via email to