Add explicit okhttp3 dependency
This commit is contained in:
parent
52d60946bc
commit
d48e0a8e79
@ -128,6 +128,11 @@
|
||||
<artifactId>minio</artifactId>
|
||||
<version>${version.minio}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
<version>4.12.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user