Skip to content

Commit

Permalink
Do not index excluded ResteasyJackson2Provider to prevent warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik authored and igorregis committed Oct 17, 2022
1 parent af52f43 commit 9299154
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extensions/keycloak-admin-client-reactive/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-extension-maven-plugin</artifactId>
<configuration>
<removedResources>
<artifact>
<key>org.keycloak:keycloak-admin-client</key>
<resources>org/keycloak/admin/client/JacksonProvider.class</resources>
</artifact>
</removedResources>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 9299154

Please sign in to comment.