This is an automated email from the ASF dual-hosted git repository.
ddanielr pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push:
new b77f09ca9d Override dep to remove transitive log4j dep (#6056)
b77f09ca9d is described below
commit b77f09ca9dbd52e21298b88b3692d62e1afe14f7
Author: Daniel Roberts <[email protected]>
AuthorDate: Wed Jan 14 20:27:57 2026 -0500
Override dep to remove transitive log4j dep (#6056)
Override the top level dependency for apache-rat-plugin so the
transitive reference to log4j:1.12.12 is removed.
This change can be removed once apache-rat-plugin releases their 0.18
version.
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 1c8b97c8c7..1fbf318d4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -969,6 +969,13 @@ under the License.
<exclude>**/*.rf</exclude>
</excludes>
</configuration>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-site-renderer</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+ </dependencies>
</plugin>
<plugin>
<groupId>net.revelc.code</groupId>