Skip to content

Commit

Permalink
chore(pom): add quarkus-jfr extension
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Feb 4, 2025
1 parent d2609cf commit 60f3ebd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway</artifactId>
</dependency>
<!-- FIXME see https://github.com/cryostatio/cryostat/issues/737 . Re-add this dependency when Quarkus is bumped to 3.15.4 or 3.18+ -->
<!-- <dependency> -->
<!-- <groupId>io.quarkus</groupId> -->
<!-- <artifactId>quarkus-jfr</artifactId> -->
<!-- </dependency> -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jfr</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
Expand Down

0 comments on commit 60f3ebd

Please sign in to comment.