[java-idp-plugin-duo] branch main updated: JDUO-43 - Add retrofit2 and okhttp to WebSDK package
Phil Smart
philip.smart at jisc.ac.uk
Mon Apr 26 10:54:00 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=4ef0b649ed39c40ea3e1db82b0414668cb943eaa
The following commit(s) were added to refs/heads/main by this push:
new 4ef0b64 JDUO-43 - Add retrofit2 and okhttp to WebSDK package
4ef0b64 is described below
commit 4ef0b649ed39c40ea3e1db82b0414668cb943eaa
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Apr 26 11:53:58 2021 +0100
JDUO-43 - Add retrofit2 and okhttp to WebSDK package
- Supporting changes to the IdP dependencies in IDP-1798.
- Also add okio.
https://issues.shibboleth.net/jira/browse/JDUO-43
---
idp-duo-sdk-client-impl/pom.xml | 23 ++++++++++-------------
pom.xml | 2 +-
2 files changed, 11 insertions(+), 14 deletions(-)
diff --git a/idp-duo-sdk-client-impl/pom.xml b/idp-duo-sdk-client-impl/pom.xml
index 6a0ffaa..7a82123 100644
--- a/idp-duo-sdk-client-impl/pom.xml
+++ b/idp-duo-sdk-client-impl/pom.xml
@@ -49,7 +49,16 @@
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.5.0</version>
- <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
+ <version>3.12.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.squareup.okio</groupId>
+ <artifactId>okio</artifactId>
+ <version>1.15.0</version>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
@@ -75,18 +84,6 @@
<version>3.3.1</version>
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
- <version>3.12.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.squareup.okio</groupId>
- <artifactId>okio</artifactId>
- <version>1.15.0</version>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
diff --git a/pom.xml b/pom.xml
index 2ec84a2..6f0ef77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>4.1.0</idp.version>
+ <idp.version>4.1.1-SNAPSHOT</idp.version>
<duo.client.version>1.1.1</duo.client.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>4.1.0</opensaml.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list