[java-idp-jetty-base] 03/04: IDP-2053 Update Jetty base for windows installer to Jetty 10/11.0.13

Rod Widdowson rdw at steadingsoftware.com
Tue Dec 13 14:09:21 UTC 2022


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

rdw pushed a commit to branch 10-windows
in repository java-idp-jetty-base.

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

commit bcdb079c692ceb30915e04fe906c1f073b29081f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Dec 12 17:01:31 2022 +0000

    IDP-2053 Update Jetty base for windows installer to Jetty 10/11.0.13
    
    https://shibboleth.atlassian.net/browse/IDP-2008
    
    Remove jetty-acceslog from our distributed jars
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9fd6536..67630ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,11 +51,6 @@
             <artifactId>logback-core</artifactId>
             <version>${logback.version}</version>
         </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-access</artifactId>
-            <version>${logback.version}</version>
-        </dependency>
     </dependencies>
 
     <build>
@@ -108,11 +103,6 @@
                                     <artifactId>logback-core</artifactId>
                                     <version>${logback.version}</version>
                                 </artifactItem>
-                                <artifactItem>
-                                    <groupId>ch.qos.logback</groupId>
-                                    <artifactId>logback-access</artifactId>
-                                    <version>${logback.version}</version>
-                                </artifactItem>
                             </artifactItems>
                             <outputDirectory>${assemblyDirectory}/jetty-base/lib/logging/</outputDirectory>
                         </configuration>

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


More information about the commits mailing list