This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=5bf5ae9649545ec454710767d4579ad9043ab633
The following commit(s) were added to refs/heads/main by this push:
new 5bf5ae9 IDP-1798 - Investigate usage of OkHttp within the IdP
5bf5ae9 is described below
commit 5bf5ae9649545ec454710767d4579ad9043ab633
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Apr 26 10:11:50 2021 +0100
IDP-1798 - Investigate usage of OkHttp within the IdP
- Exclude retrofit (and transitively okhttp and okio) from the
jsonapi-converter dependency.
https://issues.shibboleth.net/jira/browse/IDP-1798
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4cb7f77..d52c541 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,6 +345,13 @@
<groupId>com.github.jasminb</groupId>
<artifactId>jsonapi-converter</artifactId>
<version>0.10</version>
+ <!-- Excluded: https://issues.shibboleth.net/jira/browse/IDP-1798 -->
+ <exclusions>
+ <exclusion>
+ <groupId>com.squareup.retrofit2</groupId>
+ <artifactId>retrofit</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.