Skip to content

Commit 3b6779e

Browse files
committed
Add the smallrye-metrics runtime dependency to fault tolerance
Otherwise the fault tolerance quickstart fails with: Caused by: java.lang.ClassNotFoundException: io.quarkus.smallrye.metrics.runtime.SmallRyeMetricsTemplate
1 parent baa3b98 commit 3b6779e

File tree

1 file changed

+4
-0
lines changed
  • extensions/smallrye-fault-tolerance/runtime

1 file changed

+4
-0
lines changed

extensions/smallrye-fault-tolerance/runtime/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
</exclusion>
4646
</exclusions>
4747
</dependency>
48+
<dependency>
49+
<groupId>io.quarkus</groupId>
50+
<artifactId>quarkus-smallrye-metrics</artifactId>
51+
</dependency>
4852
<dependency>
4953
<groupId>com.oracle.substratevm</groupId>
5054
<artifactId>svm</artifactId>

0 commit comments

Comments
 (0)