[java-idp-testbed] branch main updated: Add SP plugin test-jars for ease of testing.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 11 19:51:43 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=7ff5018b3c378a8a15bc82af4b7c5ea7512192d4
The following commit(s) were added to refs/heads/main by this push:
new 7ff5018 Add SP plugin test-jars for ease of testing.
7ff5018 is described below
commit 7ff5018b3c378a8a15bc82af4b7c5ea7512192d4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 11 14:51:20 2025 -0500
Add SP plugin test-jars for ease of testing.
---
pom.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/pom.xml b/pom.xml
index 8c3df45..108f009 100644
--- a/pom.xml
+++ b/pom.xml
@@ -632,6 +632,21 @@
<!-- For SP testing. -->
<!--
+ <dependency>
+ <groupId>net.shibboleth.sp</groupId>
+ <artifactId>sp-saml-conf-impl</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <type>test-jar</type>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.sp</groupId>
+ <artifactId>sp-conf-impl</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <type>test-jar</type>
+ <scope>runtime</scope>
+ </dependency>
+
<dependency>
<groupId>net.shibboleth.sp</groupId>
<artifactId>sp-conf-impl</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list