[jetty94-dta-ssl] branch dev/IDP-1916 updated: IDP-1916 Need a new version of jetty94-dta-ssl for jetty10

Rod Widdowson rdw at steadingsoftware.com
Sat Mar 5 15:55:41 UTC 2022


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

rdw pushed a commit to branch dev/IDP-1916
in repository jetty94-dta-ssl.

View the commit online:
http://git.shibboleth.net/view/?p=jetty94-dta-ssl.git;a=commit;h=5a7c88b55b14baa02a209dec44ba621abb23723c

The following commit(s) were added to refs/heads/dev/IDP-1916 by this push:
     new 5a7c88b  IDP-1916 Need a new version of jetty94-dta-ssl for jetty10
5a7c88b is described below

commit 5a7c88b55b14baa02a209dec44ba621abb23723c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Mar 5 15:54:51 2022 +0000

    IDP-1916 Need a new version of jetty94-dta-ssl for jetty10
    
    https://shibboleth.atlassian.net/browse/IDP-1916
    
    Exclude jetty-servlet-api which we don't need and confuses
    downstream signature checking.
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index c6034c8..83f3b8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,12 @@
             <artifactId>jetty-server</artifactId>
             <version>10.0.8</version>
             <scope>provided</scope>
+              <exclusions>
+                  <exclusion>
+                      <groupId>org.eclipse.jetty.toolchain</groupId>
+                      <artifactId>jetty-servlet-api</artifactId>
+                  </exclusion>
+              </exclusions>
         </dependency>
 
         <!-- Runtime Dependencies -->

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


More information about the commits mailing list