Skip to content

Commit

Permalink
Avoid a build warning about missing Infinispan annotations (keycloak#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 authored Nov 11, 2024
1 parent e6ffc04 commit b86c3c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions quarkus/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,12 @@
<groupId>org.infinispan</groupId>
<artifactId>infinispan-cachestore-remote</artifactId>
</dependency>
<dependency>
<!-- adding to avoid warning during compilation about "unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT" and others -->
<groupId>org.infinispan</groupId>
<artifactId>infinispan-component-annotations</artifactId>
<scope>provided</scope>
</dependency>
<!-- required for query/search in the external Infinispan server -->
<dependency>
<groupId>org.infinispan</groupId>
Expand Down

0 comments on commit b86c3c6

Please sign in to comment.