This is an automated email from the ASF dual-hosted git repository. lprimak pushed a commit to branch 3.x in repository https://gitbox.apache.org/repos/asf/shiro.git
commit 32313bc756af2e3341651fc330dc96da5971719f Author: lprimak <[email protected]> AuthorDate: Mon Feb 2 17:13:06 2026 -0600 servlet-plugin: remove old jstl libs --- samples/servlet-plugin/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/samples/servlet-plugin/pom.xml b/samples/servlet-plugin/pom.xml index a0e691664..7a15b41d6 100644 --- a/samples/servlet-plugin/pom.xml +++ b/samples/servlet-plugin/pom.xml @@ -65,16 +65,6 @@ <artifactId>shiro-servlet-plugin</artifactId> </dependency> - <dependency> - <groupId>org.apache.taglibs</groupId> - <artifactId>taglibs-standard-spec</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.apache.taglibs</groupId> - <artifactId>taglibs-standard-impl</artifactId> - <scope>runtime</scope> - </dependency> <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId>
