[java-idp-plugin-duo] branch main updated: Add missing Duo WebSDK dependency
Phil Smart
philip.smart at jisc.ac.uk
Mon Dec 14 10:13:22 UTC 2020
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=82088cab5dea42b8d7b07a36b8a8a56c19e9a3af
The following commit(s) were added to refs/heads/main by this push:
new 82088ca Add missing Duo WebSDK dependency
82088ca is described below
commit 82088cab5dea42b8d7b07a36b8a8a56c19e9a3af
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Dec 14 10:13:12 2020 +0000
Add missing Duo WebSDK dependency
---
idp-duo-native-client-impl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-duo-native-client-impl/pom.xml b/idp-duo-native-client-impl/pom.xml
index 74dccda..56056ab 100644
--- a/idp-duo-native-client-impl/pom.xml
+++ b/idp-duo-native-client-impl/pom.xml
@@ -55,7 +55,7 @@
<groupId>com.squareup.retrofit2</groupId>
<artifactId>converter-jackson</artifactId>
<version>2.1.0</version>
- <scope>provided</scope>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list