[java-identity-provider] branch main updated: IDP-1761 - Resolve dependency on insecure version of JSTL artifact
Ian Young
ian at iay.org.uk
Tue Mar 2 10:44:21 UTC 2021
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=8acb379c7358960d262d41221e3047b2d5efc9d1
The following commit(s) were added to refs/heads/main by this push:
new 8acb379c7 IDP-1761 - Resolve dependency on insecure version of JSTL artifact
8acb379c7 is described below
commit 8acb379c7358960d262d41221e3047b2d5efc9d1
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Mar 2 10:44:17 2021 +0000
IDP-1761 - Resolve dependency on insecure version of JSTL artifact
https://issues.shibboleth.net/jira/browse/IDP-1761
---
idp-conf/pom.xml | 5 -----
idp-ui/pom.xml | 5 -----
2 files changed, 10 deletions(-)
diff --git a/idp-conf/pom.xml b/idp-conf/pom.xml
index d8f973080..c89d79053 100644
--- a/idp-conf/pom.xml
+++ b/idp-conf/pom.xml
@@ -140,11 +140,6 @@
<artifactId>javax.servlet.jsp-api</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index 121dea390..c5e4dddcb 100644
--- a/idp-ui/pom.xml
+++ b/idp-ui/pom.xml
@@ -84,11 +84,6 @@
<artifactId>guava</artifactId>
</dependency>
<!-- Provided Dependencies -->
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list