Skip to content

Commit

Permalink
Merge pull request quarkusio#7935 from wburns/infinispan_outdated_com…
Browse files Browse the repository at this point in the history
…ment

Add SmallRye Metrics extension to Infinispan Embedded
  • Loading branch information
gsmet authored Mar 18, 2020
2 parents 4979d6d + f49c464 commit 17fdc1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions extensions/infinispan-embedded/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-caffeine-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-metrics-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-infinispan-embedded</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions extensions/infinispan-embedded/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-caffeine</artifactId>
</dependency>

<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics</artifactId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-metrics</artifactId>
</dependency>
<!-- Hack to get it to have the API Infinispan uses available -->
<dependency>
<groupId>org.eclipse.microprofile.metrics</groupId>
<artifactId>microprofile-metrics-api</artifactId>
Expand Down

0 comments on commit 17fdc1d

Please sign in to comment.