Add dependency on guava to keycloak-api-docs-dist
Closes #29814 Signed-off-by: Michal Hajas <mhajas@redhat.com>
This commit is contained in:
parent
0508d279f7
commit
9eb310e5e0
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@
|
|||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
</dependency>
|
||||
<!-- This is here because BloomFilter is used in the Javadoc within BlacklistPasswordPolicyProviderFactory -->
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue