[java-opensaml] 02/04: Add Spring module to BOM.
Scott Cantor
cantor.2 at osu.edu
Wed Jun 29 17:39:02 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch dev/OSJ-353
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=55128d0a162fc430fdf9a6b544ab01f071d91df3
commit 55128d0a162fc430fdf9a6b544ab01f071d91df3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 8 10:53:15 2022 -0400
Add Spring module to BOM.
---
opensaml-bom/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/opensaml-bom/pom.xml b/opensaml-bom/pom.xml
index aa0bc06bf..3d71b1dd2 100644
--- a/opensaml-bom/pom.xml
+++ b/opensaml-bom/pom.xml
@@ -73,6 +73,11 @@
<artifactId>opensaml-soap-impl</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>opensaml-spring</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>opensaml-storage-api</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list