Skip to content

Commit 9636349

Browse files
committed
Add dependency to Microprofile Metrics
This prevents ClassNotFoundExceptions reported during creation of native executable based images. Signed-off-by: Kai Hudalla <[email protected]>
1 parent 8ba0b73 commit 9636349

File tree

1 file changed

+12
-0
lines changed
  • client-device-connection-infinispan

1 file changed

+12
-0
lines changed

client-device-connection-infinispan/pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,18 @@
7474
</exclusion>
7575
</exclusions>
7676
</dependency>
77+
<dependency>
78+
<groupId>org.eclipse.microprofile.metrics</groupId>
79+
<artifactId>microprofile-metrics-api</artifactId>
80+
</dependency>
81+
<dependency>
82+
<groupId>org.eclipse.microprofile.config</groupId>
83+
<artifactId>microprofile-config-api</artifactId>
84+
</dependency>
85+
<dependency>
86+
<groupId>io.smallrye</groupId>
87+
<artifactId>smallrye-metrics</artifactId>
88+
</dependency>
7789
<dependency>
7890
<groupId>com.google.code.gson</groupId>
7991
<artifactId>gson</artifactId>

0 commit comments

Comments
 (0)