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

Ian Young ian at iay.org.uk
Tue Mar 2 10:45:01 UTC 2021


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

iay pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=92365922562c0c70a50f10b2ad7b1faf4e93b096

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

commit 92365922562c0c70a50f10b2ad7b1faf4e93b096
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Mar 2 10:44:57 2021 +0000

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

diff --git a/pom.xml b/pom.xml
index 47a130a..3e25dc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,12 +449,6 @@
                 <version>3.1.0</version>
                 <scope>provided</scope>
             </dependency>
-            <dependency>
-                <groupId>javax.servlet</groupId>
-                <artifactId>jstl</artifactId>
-                <version>1.2</version>
-                <scope>provided</scope>
-            </dependency>
 
             <!--
                 Logging bridge for commons logging.

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


More information about the commits mailing list