[java-idp-plugin-duo] branch main updated: Set duplicated dependencies to provided
Phil Smart
philip.smart at jisc.ac.uk
Wed Feb 10 19:52:18 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=a3e6e6f9f436cf0d15194f756a7b83afbf178c0e
The following commit(s) were added to refs/heads/main by this push:
new a3e6e6f Set duplicated dependencies to provided
a3e6e6f is described below
commit a3e6e6f9f436cf0d15194f756a7b83afbf178c0e
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Feb 10 19:52:16 2021 +0000
Set duplicated dependencies to provided
---
idp-duo-sdk-client-impl/pom.xml | 10 +++++-----
pom.xml | 1 +
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/idp-duo-sdk-client-impl/pom.xml b/idp-duo-sdk-client-impl/pom.xml
index 01bc408..e92ec04 100644
--- a/idp-duo-sdk-client-impl/pom.xml
+++ b/idp-duo-sdk-client-impl/pom.xml
@@ -32,12 +32,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
@@ -49,7 +49,7 @@
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.5.0</version>
- <scope>runtime</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
@@ -79,13 +79,13 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.12.0</version>
- <scope>runtime</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>1.15.0</version>
- <scope>runtime</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
diff --git a/pom.xml b/pom.xml
index 00e9e26..eecedbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
<dependency>
<groupId>${slf4j.groupId}</groupId>
<artifactId>slf4j-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list