This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new a0f038fc8 chore: removed slf4j-api from javadoc dependencies as it
causes too many build failures
a0f038fc8 is described below
commit a0f038fc875866007c6d73e0f271b97ba4eddcec
Author: lprimak <[email protected]>
AuthorDate: Tue Jan 13 14:13:41 2026 -0600
chore: removed slf4j-api from javadoc dependencies as it causes too many
build failures
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6324e49e1..c265e6659 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,7 +310,6 @@
<linksource>true</linksource>
<links>
<link>https://docs.oracle.com/en/java/javase/${jdk.version}/docs/api/</link>
- <link>https://www.slf4j.org/api/</link>
<link>https://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/</link>
<link>https://docs.spring.io/spring-boot/docs/${spring-boot.version}/api/</link>
<link>https://junit.org/junit5/docs/${junit.version}/api/</link>