[java-idp-testbed] 01/02: Update parent POM snapshot, and add some plugin dependencies.

Scott Cantor cantor.2 at osu.edu
Thu Mar 14 14:30:37 UTC 2024


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=0b4e1524f7ebc8673e8155d8af746c0f2ee0eb9f

commit 0b4e1524f7ebc8673e8155d8af746c0f2ee0eb9f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 14 10:27:50 2024 -0400

    Update parent POM snapshot, and add some plugin dependencies.
---
 pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 44 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ef15a2a..dff1925 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.1.0-SNAPSHOT</version>
+        <version>17.1.1-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -496,6 +496,12 @@
             <scope>runtime</scope>
         </dependency>
         
+        <dependency>
+            <groupId>org.openjdk.nashorn</groupId>
+            <artifactId>nashorn-core</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        
         <!--
         TODO: No Jakarta support yet.
         <dependency>
@@ -526,22 +532,34 @@
         <dependency>
             <groupId>net.shibboleth.idp.plugin.authn</groupId>
             <artifactId>idp-plugin-duo-api</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.1.0-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>net.shibboleth.idp.plugin.authn</groupId>
             <artifactId>idp-plugin-duo-impl</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.1.0-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>net.shibboleth.idp.plugin.authn</groupId>
             <artifactId>idp-plugin-duo-nimbus-client-impl</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.1.0-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
         -->
+        
+        <!-- For Thymeleaf plugin testing. -->
+        <!--
+        <dependency>
+            <groupId>net.shibboleth.idp.plugin.thymeleaf</groupId>
+            <artifactId>idp-plugin-thymeleaf-impl</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+        -->
+
+        <!-- For Duo or OIDC testing. -->
         <!--
         <dependency>
             <groupId>net.shibboleth.oidc</groupId>
@@ -611,6 +629,28 @@
         </dependency>
         -->
         
+        <!-- For SP testing. -->
+        <!--
+        <dependency>
+            <groupId>net.shibboleth.sp</groupId>
+            <artifactId>sp-conf-impl</artifactId>
+            <version>0.0.1-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>net.shibboleth.sp</groupId>
+            <artifactId>sp-server-api</artifactId>
+            <version>0.0.1-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>net.shibboleth.sp</groupId>
+            <artifactId>sp-server-impl</artifactId>
+            <version>0.0.1-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+        -->
+        
     </dependencies>
 
     <build>

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


More information about the commits mailing list