[java-shib-attribute] branch main updated: Switch to metadata testing module.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 20 15:03:19 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=e5d37a93ddb3b2031b84cc0eddfd299f52446ea4
The following commit(s) were added to refs/heads/main by this push:
new e5d37a93d Switch to metadata testing module.
e5d37a93d is described below
commit e5d37a93ddb3b2031b84cc0eddfd299f52446ea4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 20 11:03:16 2022 -0400
Switch to metadata testing module.
---
shib-attribute-filter-spring/pom.xml | 3 +--
shib-attribute-resolver-spring/pom.xml | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/shib-attribute-filter-spring/pom.xml b/shib-attribute-filter-spring/pom.xml
index f2d824112..16dc15bc1 100644
--- a/shib-attribute-filter-spring/pom.xml
+++ b/shib-attribute-filter-spring/pom.xml
@@ -99,9 +99,8 @@
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>shib-metadata-spring</artifactId>
+ <artifactId>shib-metadata-testing</artifactId>
<version>${shib-metadata.version}</version>
- <type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/shib-attribute-resolver-spring/pom.xml b/shib-attribute-resolver-spring/pom.xml
index 566727f7c..5d4c64a88 100644
--- a/shib-attribute-resolver-spring/pom.xml
+++ b/shib-attribute-resolver-spring/pom.xml
@@ -124,8 +124,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>shib-metadata-spring</artifactId>
- <type>test-jar</type>
+ <artifactId>shib-metadata-testing</artifactId>
<scope>test</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list