[java-opensaml] 04/06: Add new module to test BOM.
Scott Cantor
cantor.2 at osu.edu
Tue Jul 5 14:26:59 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=93594ad3153cff90237410d412c6ac8f6bc0da52
commit 93594ad3153cff90237410d412c6ac8f6bc0da52
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