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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue