[java-idp-plugin-oidc-rp] branch main updated: Cleanup pom
Phil Smart
philip.smart at jisc.ac.uk
Mon Jul 17 13:31:39 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=6b431a56a364838a0da5729b3cfd5a35d8cd08d1
The following commit(s) were added to refs/heads/main by this push:
new 6b431a5 Cleanup pom
6b431a5 is described below
commit 6b431a56a364838a0da5729b3cfd5a35d8cd08d1
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jul 17 14:31:37 2023 +0100
Cleanup pom
---
idp-oidc-rp-impl/pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-oidc-rp-impl/pom.xml b/idp-oidc-rp-impl/pom.xml
index efaed6d..e49e87f 100644
--- a/idp-oidc-rp-impl/pom.xml
+++ b/idp-oidc-rp-impl/pom.xml
@@ -267,13 +267,13 @@
</dependency>
<!-- Test dependency -->
<dependency>
- <groupId>${spring.groupId}</groupId>
- <artifactId>spring-test</artifactId>
+ <groupId>${idp.groupId}</groupId>
+ <artifactId>idp-testing</artifactId>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>${idp.groupId}</groupId>
- <artifactId>idp-testing</artifactId>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list