[java-idp-integration-tests] branch main updated: IDP-1873 Strip out jetty and tomcatr version profiles

Rod Widdowson rdw at steadingsoftware.com
Mon Nov 15 10:50:55 UTC 2021


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

rdw pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=12e917716c39a22af5d0706f09ac14cae777e79e

The following commit(s) were added to refs/heads/main by this push:
     new 12e9177  IDP-1873 Strip out jetty and tomcatr version profiles
12e9177 is described below

commit 12e917716c39a22af5d0706f09ac14cae777e79e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Nov 15 10:50:25 2021 +0000

    IDP-1873 Strip out jetty and tomcatr version profiles
    
    https://shibboleth.atlassian.net/browse/IDP-1873
---
 pom.xml | 70 -----------------------------------------------------------------
 1 file changed, 70 deletions(-)

diff --git a/pom.xml b/pom.xml
index d2577e6..9710b69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -378,76 +378,6 @@
             </properties>
         </profile>
 
-        <profile>
-            <id>jetty-9.3.27</id>
-            <properties>
-                 <idp-jetty-base.version>9.3.0</idp-jetty-base.version>
-                 <jetty.version>9.3.27.v20190418</jetty.version>
-            </properties>
-        </profile>
-
-        <profile>
-            <id>jetty-9.3.28</id>
-            <properties>
-                 <idp-jetty-base.version>9.3.0</idp-jetty-base.version>
-                 <jetty.version>9.3.28.v20191105</jetty.version>
-            </properties>
-        </profile>
-
-        <!--
-        Version of Jetty included in latest Windows Installer release
-        -->
-        <profile>
-            <id>jetty-9.4.18</id>
-            <properties>
-                 <jetty.version>9.4.18.v20190429</jetty.version>
-            </properties>
-        </profile>
-
-        <!--
-        Version of Jetty targeted for next Windows Installer release
-        -->
-        <profile>
-            <id>jetty-9.4.26</id>
-            <properties>
-                 <jetty.version>9.4.26.v20200117</jetty.version>
-            </properties>
-        </profile>
-
-        <!--
-        <profile>
-            <id>jetty-9.4.15-SNAPSHOT</id>
-            <properties>
-                 <jetty.version>9.4.15-SNAPSHOT</jetty.version>
-            </properties>
-             <repositories>
-                <repository>
-                    <id>jetty-snapshots</id>
-                    <name>jetty-snapshots</name>
-                    <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
-                    <snapshots>
-                        <enabled>true</enabled>
-                    </snapshots>
-                </repository>
-            </repositories>
-        </profile>
-        -->
-
-        <profile>
-            <id>tomcat-8.5.34</id>
-            <properties>
-                <idp-tomcat-base.version>8.5.0-SNAPSHOT</idp-tomcat-base.version>
-                <tomcat.version>8.5.34</tomcat.version>
-            </properties>
-        </profile>
-
-        <profile>
-            <id>tomcat-9.0.12</id>
-            <properties>
-                <idp-tomcat-base.version>9.0.0-SNAPSHOT</idp-tomcat-base.version>
-                <tomcat.version>9.0.12</tomcat.version>
-            </properties>
-        </profile>
 
         <!--
         The jetty profile unpacks Jetty, idp-jetty-base, and adds the testbed to Jetty.

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


More information about the commits mailing list