[java-opensaml] branch main updated: Add Velocity module dependency.

Scott Cantor cantor.2 at osu.edu
Thu Sep 1 18:09:02 UTC 2022


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=83030108b3f7aebcaf6d8719a0d0d4ed1963195c

The following commit(s) were added to refs/heads/main by this push:
     new 83030108b Add Velocity module dependency.
83030108b is described below

commit 83030108b3f7aebcaf6d8719a0d0d4ed1963195c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 1 14:08:59 2022 -0400

    Add Velocity module dependency.
---
 opensaml-saml-impl/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/opensaml-saml-impl/pom.xml b/opensaml-saml-impl/pom.xml
index 3eb532089..e6063a21e 100644
--- a/opensaml-saml-impl/pom.xml
+++ b/opensaml-saml-impl/pom.xml
@@ -96,6 +96,10 @@
             <groupId>net.shibboleth.shared</groupId>
             <artifactId>shib-networking</artifactId>
         </dependency>
+        <dependency>
+            <groupId>net.shibboleth.shared</groupId>
+            <artifactId>shib-velocity</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>commons-codec</groupId>

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


More information about the commits mailing list