[java-idp-plugin-metadatagen] branch main updated: Missing test dependencies.
Codeberg
noreply at shibboleth.net
Mon May 11 12:42:05 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-metadatagen.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-metadatagen/commit/25c8554a1ae689741c9ab9e85fcb5ae57c4ab9f3
The following commit(s) were added to refs/heads/main by this push:
new 25c8554 Missing test dependencies.
25c8554 is described below
commit 25c8554a1ae689741c9ab9e85fcb5ae57c4ab9f3
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon May 11 08:41:54 2026 -0400
Missing test dependencies.
---
metadatagen-impl/pom.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/metadatagen-impl/pom.xml b/metadatagen-impl/pom.xml
index b04e408..48a9522 100644
--- a/metadatagen-impl/pom.xml
+++ b/metadatagen-impl/pom.xml
@@ -125,6 +125,21 @@
</dependency>
<!-- Test dependencies. -->
+ <dependency>
+ <groupId>${shib-profile.groupId}</groupId>
+ <artifactId>shib-profile-impl</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${shib-shared.groupId}</groupId>
+ <artifactId>shib-velocity</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${shib-shared.groupId}</groupId>
+ <artifactId>shib-velocity-spring</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list