[java-idp-testbed] branch main updated: Add runtime dependency on Velocity Spring module.

Scott Cantor cantor.2 at osu.edu
Tue Sep 6 20:28:31 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=044d6791b997dfb9c820af0b252a7f9001b7f710

The following commit(s) were added to refs/heads/main by this push:
     new 044d679  Add runtime dependency on Velocity Spring module.
044d679 is described below

commit 044d6791b997dfb9c820af0b252a7f9001b7f710
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 6 16:28:28 2022 -0400

    Add runtime dependency on Velocity Spring module.
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ab46fbd..e074855 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
         <shib-metadata.version>5.0.0-SNAPSHOT</shib-metadata.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
-        <spring-extensions.version>7.0.0-SNAPSHOT</spring-extensions.version>
+        <shib-shared.version>9.0.0-SNAPSHOT</shib-shared.version>
         <cas-client.version>3.6.4</cas-client.version>
         <oidc-commons.version>2.1.1-SNAPSHOT</oidc-commons.version>
         <idp-jetty-base.version>11.0.0-SNAPSHOT</idp-jetty-base.version>
@@ -154,6 +154,13 @@
             <type>pom</type>
         </dependency>
 
+        <dependency>
+            <groupId>net.shibboleth</groupId>
+            <artifactId>shib-velocity-spring</artifactId>
+            <version>${shib-shared.version}</version>
+            <scope>runtime</scope>
+        </dependency>
+
         <!-- Don't know why we have to directly include this. -->
         <dependency>
             <groupId>org.eclipse.jetty</groupId>

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


More information about the commits mailing list