[ACS-4460] add no hostname verification remove com.google.collections dependencies (#770)

This commit is contained in:
kcichonczyk
2023-03-29 13:45:01 +02:00
committed by GitHub
parent 9223dc170d
commit 23cd052cd9
5 changed files with 50 additions and 13 deletions

View File

@@ -129,6 +129,10 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>
<build>