[java-idp-integration-tests] branch main updated: Test IdP V4 with Tomcat

Tom Zeller tzeller at dragonacea.biz
Thu Dec 28 19:48:57 UTC 2023


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

tzeller 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=4572615367ef6a4337b089bcd3e592e86dc908a1

The following commit(s) were added to refs/heads/main by this push:
     new 4572615  Test IdP V4 with Tomcat
4572615 is described below

commit 4572615367ef6a4337b089bcd3e592e86dc908a1
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Dec 28 13:48:48 2023 -0600

    Test IdP V4 with Tomcat
---
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 27a2795..2bdabf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,7 @@
         <jetty.version>11.0.18</jetty.version>
 
         <!-- Tomcat -->
+        <idp-tomcat-base.type>tgz</idp-tomcat-base.type>
         <idp-tomcat-base.version>10.1.0-SNAPSHOT</idp-tomcat-base.version>
         <tomcat.version>10.1.17</tomcat.version>
 
@@ -306,6 +307,9 @@
                 <idp-jetty-base.version>10.0.0-SNAPSHOT</idp-jetty-base.version>
                 <jetty.version>10.0.18</jetty.version>
                 <testbed.version>0.8.0-SNAPSHOT</testbed.version>
+                <idp-tomcat-base.type>tar.gz</idp-tomcat-base.type>
+                <idp-tomcat-base.version>9.0.0-SNAPSHOT</idp-tomcat-base.version>
+                <tomcat.version>9.0.84</tomcat.version>
             </properties>
         </profile>
 
@@ -454,7 +458,7 @@
                     <artifactId>idp-tomcat-base</artifactId>
                     <version>${idp-tomcat-base.version}</version>
                     <scope>test</scope>
-                    <type>tgz</type>
+                    <type>${idp-tomcat-base.type}</type>
                 </dependency>
             </dependencies>
             <build>
@@ -495,7 +499,7 @@
                                             <groupId>net.shibboleth.idp</groupId>
                                             <artifactId>idp-tomcat-base</artifactId>
                                             <version>${idp-tomcat-base.version}</version>
-                                            <type>tgz</type>
+                                            <type>${idp-tomcat-base.type}</type>
                                         </artifactItem>
                                     </artifactItems>
                                     <outputDirectory>${test-distributions.directory}</outputDirectory>

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


More information about the commits mailing list