[java-idp-testbed] branch main updated: Comment CAS client and OIDC plugin deps.

Scott Cantor cantor.2 at osu.edu
Thu Jun 2 17:23:45 UTC 2022


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

scantor pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=82befb13aadcef34b818d36f81a4c969f8bb0810

The following commit(s) were added to refs/heads/main by this push:
     new 82befb1  Comment CAS client and OIDC plugin deps.
82befb1 is described below

commit 82befb13aadcef34b818d36f81a4c969f8bb0810
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 2 13:23:42 2022 -0400

    Comment CAS client and OIDC plugin deps.
---
 pom.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f36c8d2..acd1c72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
         <spring-extensions.version>7.0.0-SNAPSHOT</spring-extensions.version>
-        <cas-client.version>3.5.1</cas-client.version>
+        <cas-client.version>3.6.4</cas-client.version>
         <oidc-commons.version>2.1.0-SNAPSHOT</oidc-commons.version>
         <idp-jetty-base.version>11.0.0-SNAPSHOT</idp-jetty-base.version>
         <jetty.version>11.0.9</jetty.version>
@@ -291,13 +291,16 @@
             <artifactId>hsqldb</artifactId>
             <scope>runtime</scope>
         </dependency>
-
+        
+        <!--
+        TODO: No Jakarta support yet.
         <dependency>
             <groupId>org.jasig.cas.client</groupId>
             <artifactId>cas-client-core</artifactId>
             <version>${cas-client.version}</version>
             <scope>runtime</scope>
         </dependency>
+        -->
         
         <dependency>
             <groupId>${spring.groupId}</groupId>
@@ -306,6 +309,7 @@
         </dependency>
 
         <!-- For OIDC plugin testing. -->
+        <!--
         <dependency>
             <groupId>net.shibboleth.idp.plugin.oidc</groupId>
             <artifactId>idp-plugin-oidc-op-impl</artifactId>
@@ -318,7 +322,6 @@
             <version>${oidc-commons.version}</version>
             <scope>runtime</scope>
             <exclusions>
-                <!-- This breaks Jetty 10 due to being so old. -->
                 <exclusion>
                     <groupId>org.ow2.asm</groupId>
                     <artifactId>asm</artifactId>
@@ -373,6 +376,7 @@
             <version>${oidc-commons.version}</version>
             <scope>runtime</scope>
         </dependency>
+        -->
         
     </dependencies>
 

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


More information about the commits mailing list