Add dependency on guava to keycloak-api-docs-dist

Closes #29814

Signed-off-by: Michal Hajas <mhajas@redhat.com>
This commit is contained in:
Michal Hajas 2024-05-23 13:15:10 +02:00 committed by Alexander Schwartz
parent 0508d279f7
commit 9eb310e5e0

View file

@ -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>