[java-opensaml] branch dev/OSJ-353 updated: Add new module to test BOM.
Scott Cantor
cantor.2 at osu.edu
Thu Jun 23 21:01:38 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=03069b4a4a9f4db5e03e5f959eaf60b9ebc06211
The following commit(s) were added to refs/heads/dev/OSJ-353 by this push:
new 03069b4a4 Add new module to test BOM.
03069b4a4 is described below
commit 03069b4a4a9f4db5e03e5f959eaf60b9ebc06211
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 23 17:01:33 2022 -0400
Add new module to test BOM.
---
opensaml-tests-bom/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/opensaml-tests-bom/pom.xml b/opensaml-tests-bom/pom.xml
index 2649e3e57..19866bda5 100644
--- a/opensaml-tests-bom/pom.xml
+++ b/opensaml-tests-bom/pom.xml
@@ -95,6 +95,13 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>opensaml-spring</artifactId>
+ <version>${project.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </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