We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba0b73 commit 9636349Copy full SHA for 9636349
client-device-connection-infinispan/pom.xml
@@ -74,6 +74,18 @@
74
</exclusion>
75
</exclusions>
76
</dependency>
77
+ <dependency>
78
+ <groupId>org.eclipse.microprofile.metrics</groupId>
79
+ <artifactId>microprofile-metrics-api</artifactId>
80
+ </dependency>
81
82
+ <groupId>org.eclipse.microprofile.config</groupId>
83
+ <artifactId>microprofile-config-api</artifactId>
84
85
86
+ <groupId>io.smallrye</groupId>
87
+ <artifactId>smallrye-metrics</artifactId>
88
89
<dependency>
90
<groupId>com.google.code.gson</groupId>
91
<artifactId>gson</artifactId>
0 commit comments