This is an automated email from the ASF dual-hosted git repository. ddanielr pushed a commit to branch remove-build-warning in repository https://gitbox.apache.org/repos/asf/accumulo-proxy.git
commit c564d70433569b286a30098547c0721c5b4bef64 Author: Daniel Roberts ddanielr <ddani...@gmail.com> AuthorDate: Fri Aug 22 17:42:16 2025 +0000 Removes the include for slf4j-log4j12 Component is no longer needed --- src/main/assemble/component.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/assemble/component.xml b/src/main/assemble/component.xml index d16b7fb..702d240 100644 --- a/src/main/assemble/component.xml +++ b/src/main/assemble/component.xml @@ -37,7 +37,6 @@ <include>commons-lang:commons-lang</include> <include>org.apache.thrift:libthrift</include> <include>org.slf4j:slf4j-api</include> - <include>org.slf4j:slf4j-log4j12</include> </includes> </dependencySet> </dependencySets>