[KEYCLOAK-6518] Added explicit guava dependency instead of relying on transitive dependency.
This commit is contained in:
parent
b3766576d7
commit
fc52ff65bd
1 changed files with 4 additions and 0 deletions
|
@ -115,6 +115,10 @@
|
|||
<version>1.2.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue