[java-shib-metadata] branch main updated: Add Velocity module as test dep.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 6 20:01:50 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=da68e8cf71efb183b3c6dcb2da9825c212e59895
The following commit(s) were added to refs/heads/main by this push:
new da68e8cf7 Add Velocity module as test dep.
da68e8cf7 is described below
commit da68e8cf71efb183b3c6dcb2da9825c212e59895
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 6 16:01:46 2022 -0400
Add Velocity module as test dep.
---
shib-metadata-spring/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/shib-metadata-spring/pom.xml b/shib-metadata-spring/pom.xml
index b9a204f31..5de7d1606 100644
--- a/shib-metadata-spring/pom.xml
+++ b/shib-metadata-spring/pom.xml
@@ -110,6 +110,12 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${shib-shared.groupId}</groupId>
+ <artifactId>shib-velocity-spring</artifactId>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-test</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list