OAuth in progress

This commit is contained in:
Claude Brisson
2024-02-02 09:33:29 +01:00
parent d3fc71f72f
commit b431d7ab5c
10 changed files with 509 additions and 22 deletions

View File

@@ -232,9 +232,20 @@
-->
<!-- http client -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.8.1</version>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.14</version>
</dependency>
<!-- server-side events -->
<dependency>