mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 15:02:05 -03:30
Fix api-docs-dist after removal of resteasy-core (#27407)
Closes #27406 Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
parent
cad34cbb04
commit
45b95d7b36
@ -48,6 +48,11 @@
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-authz-client</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.quarkus.resteasy.reactive</groupId>
|
||||
<artifactId>resteasy-reactive</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- Include all classes that are marked "provided" and therefore not included in the dependencies above.
|
||||
This avoids warnings when generating the JavaDoc -->
|
||||
<dependency>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user