[java-opensaml] 02/06: Add Spring module to BOM.
Scott Cantor
cantor.2 at osu.edu
Tue Jul 5 14:26:57 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=4e7a1e971cf4dda42af3df1d01ed666b7d1da0f0
commit 4e7a1e971cf4dda42af3df1d01ed666b7d1da0f0
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