[java-idp-plugin-oidc-rp] branch main updated: Cleanup POM
Phil Smart
philip.smart at jisc.ac.uk
Tue May 2 11:23:44 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=0a140a4fda3e099cd673ac6f44f9624c28749600
The following commit(s) were added to refs/heads/main by this push:
new 0a140a4 Cleanup POM
0a140a4 is described below
commit 0a140a4fda3e099cd673ac6f44f9624c28749600
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue May 2 12:23:42 2023 +0100
Cleanup POM
---
idp-oidc-rp-impl/pom.xml | 4 ++--
pom.xml | 8 +++++---
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/idp-oidc-rp-impl/pom.xml b/idp-oidc-rp-impl/pom.xml
index 18ff63b..c0b043a 100644
--- a/idp-oidc-rp-impl/pom.xml
+++ b/idp-oidc-rp-impl/pom.xml
@@ -148,7 +148,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>net.shibboleth.idp</groupId>
+ <groupId>${idp.groupId}</groupId>
<artifactId>idp-conf-impl</artifactId>
<scope>test</scope>
</dependency>
@@ -163,7 +163,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>net.shibboleth.idp</groupId>
+ <groupId>${idp.groupId}</groupId>
<artifactId>idp-profile-api</artifactId>
<scope>test</scope>
<type>test-jar</type>
diff --git a/pom.xml b/pom.xml
index c8a6fe3..3daa14c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,8 @@
<spring-extensions.version>6.3.0</spring-extensions.version>
<oidc.common.version>2.2.0-SNAPSHOT</oidc.common.version>
<idp.oidc.config.version>0.0.1-SNAPSHOT</idp.oidc.config.version>
+ <okhttp3.mockserver.version>4.9.3</okhttp3.mockserver.version>
+ <okhttp3.tls.version>4.9.3</okhttp3.tls.version>
<checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
</properties>
@@ -115,7 +117,7 @@
</dependency>
<!-- Shibboleth IdP BOM for importing IdP dependencies -->
<dependency>
- <groupId>net.shibboleth.idp</groupId>
+ <groupId>${idp.groupId}</groupId>
<artifactId>idp-bom</artifactId>
<version>${idp.version}</version>
<type>pom</type>
@@ -139,13 +141,13 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
- <version>4.9.3</version>
+ <version>${okhttp3.mockserver.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-tls</artifactId>
- <version>4.9.3</version>
+ <version>${okhttp3.tls.version}</version>
<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