[java-idp-oidc] branch main updated: Fix version of test-jar dependency.

Scott Cantor cantor.2 at osu.edu
Wed Sep 20 03:50:58 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=b5f63a6914e0ae088c439402c40d592c18d912ae

The following commit(s) were added to refs/heads/main by this push:
     new b5f63a69 Fix version of test-jar dependency.
b5f63a69 is described below

commit b5f63a6914e0ae088c439402c40d592c18d912ae
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 19 22:50:52 2023 -0500

    Fix version of test-jar dependency.
---
 idp-oidc-extension-impl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index ab04d909..6f3ccb29 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -297,7 +297,7 @@
         <dependency>
             <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-attribute-filter-spring</artifactId>
-            <version>${idp.version}</version>
+            <version>${shib-attribute.version}</version>
             <type>test-jar</type>
             <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