[java-idp-testbed] branch main updated: IDP-1761 - Resolve dependency on insecure version of JSTL artifact

Ian Young ian at iay.org.uk
Tue Mar 2 10:43:46 UTC 2021


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=ff9cea5f883d390eecd858472e0d4fc6c2c06c76

The following commit(s) were added to refs/heads/main by this push:
       new  ff9cea5   IDP-1761 - Resolve dependency on insecure version of JSTL artifact
ff9cea5 is described below

commit ff9cea5f883d390eecd858472e0d4fc6c2c06c76
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Mar 2 10:43:41 2021 +0000

    IDP-1761 - Resolve dependency on insecure version of JSTL artifact
    
    https://issues.shibboleth.net/jira/browse/IDP-1761
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index ef237a5..4b09507 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,11 +208,6 @@
             <artifactId>javax.servlet-api</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>jstl</artifactId>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>net.shibboleth.idp</groupId>
             <artifactId>idp-jetty-base</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list