[java-idp-plugin-duo] branch main updated: Change nimbus-jose-jwt dependency to provided in websdk client
Phil Smart
philip.smart at jisc.ac.uk
Tue Feb 9 21:01:48 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=05a509a26349aeb763719aab5819af10cc5ddd59
The following commit(s) were added to refs/heads/main by this push:
new 05a509a Change nimbus-jose-jwt dependency to provided in websdk client
05a509a is described below
commit 05a509a26349aeb763719aab5819af10cc5ddd59
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Feb 9 21:01:46 2021 +0000
Change nimbus-jose-jwt dependency to provided in websdk client
---
idp-duo-sdk-client-impl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-duo-sdk-client-impl/pom.xml b/idp-duo-sdk-client-impl/pom.xml
index e4a6505..6b4c095 100644
--- a/idp-duo-sdk-client-impl/pom.xml
+++ b/idp-duo-sdk-client-impl/pom.xml
@@ -42,7 +42,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<!-- indirectly referenced (transitive) dependencies -->
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list