mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
Update to SmallRye Health 2.1.0 and MP Health 2.1
This commit is contained in:
committed by
Guillaume Smet
parent
2b16a9576b
commit
d5ff069d6f
@@ -32,7 +32,7 @@
|
||||
<microprofile-reactive-streams-operators.version>1.0</microprofile-reactive-streams-operators.version>
|
||||
<microprofile-rest-client.version>1.3.3</microprofile-rest-client.version>
|
||||
<smallrye-config.version>1.3.9</smallrye-config.version>
|
||||
<smallrye-health.version>2.0.0</smallrye-health.version>
|
||||
<smallrye-health.version>2.1.0</smallrye-health.version>
|
||||
<smallrye-metrics.version>2.2.0</smallrye-metrics.version>
|
||||
<smallrye-open-api.version>1.1.19</smallrye-open-api.version>
|
||||
<smallrye-opentracing.version>1.3.2</smallrye-opentracing.version>
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<gradle-wrapper.version>5.5.1</gradle-wrapper.version>
|
||||
|
||||
<!-- MicroProfile TCK versions -->
|
||||
<microprofile-health-api.version>2.0.1</microprofile-health-api.version>
|
||||
<microprofile-health-api.version>2.1</microprofile-health-api.version>
|
||||
<microprofile-config-api.version>1.3</microprofile-config-api.version>
|
||||
<microprofile-metrics-api.version>2.1.0</microprofile-metrics-api.version>
|
||||
<microprofile-reactive-messaging-api.version>1.0</microprofile-reactive-messaging-api.version>
|
||||
|
||||
@@ -53,6 +53,10 @@
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.activation</groupId>
|
||||
<artifactId>activation</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user