[java-identity-provider] branch main updated: Add shib-velocity-spring dependency.

Scott Cantor cantor.2 at osu.edu
Tue Sep 6 19:23:17 UTC 2022


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=384f5029ccd085889e99201633888a7fe322b132

The following commit(s) were added to refs/heads/main by this push:
     new 384f5029c Add shib-velocity-spring dependency.
384f5029c is described below

commit 384f5029ccd085889e99201633888a7fe322b132
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 6 15:23:15 2022 -0400

    Add shib-velocity-spring dependency.
---
 idp-conf-impl/pom.xml | 6 ++++++
 idp-war/pom.xml       | 8 ++++++++
 2 files changed, 14 insertions(+)

diff --git a/idp-conf-impl/pom.xml b/idp-conf-impl/pom.xml
index 05b376ff6..11db1e822 100644
--- a/idp-conf-impl/pom.xml
+++ b/idp-conf-impl/pom.xml
@@ -93,6 +93,12 @@
             <scope>runtime</scope>
         </dependency>
 
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-velocity-spring</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+
         <!-- Test Dependencies -->
 
         <!-- Managed Dependencies -->
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index df019d6db..4632346dd 100644
--- a/idp-war/pom.xml
+++ b/idp-war/pom.xml
@@ -246,6 +246,14 @@
             <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-support</artifactId>
         </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-velocity</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-velocity-spring</artifactId>
+        </dependency>
 
         <!-- Provided Dependencies -->
 

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


More information about the commits mailing list