Skip to content

Commit bd19469

Browse files
authored
Merge pull request #4641 from kenfinnigan/health-update
Update to SmallRye Health 2.1.0 and MP Health 2.1
2 parents ff0fbd6 + 9a4a85b commit bd19469

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

bom/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<microprofile-reactive-streams-operators.version>1.0</microprofile-reactive-streams-operators.version>
3333
<microprofile-rest-client.version>1.3.3</microprofile-rest-client.version>
3434
<smallrye-config.version>1.3.9</smallrye-config.version>
35-
<smallrye-health.version>2.0.0</smallrye-health.version>
35+
<smallrye-health.version>2.1.0</smallrye-health.version>
3636
<smallrye-metrics.version>2.2.0</smallrye-metrics.version>
3737
<smallrye-open-api.version>1.1.19</smallrye-open-api.version>
3838
<smallrye-opentracing.version>1.3.2</smallrye-opentracing.version>

build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<gradle-wrapper.version>5.5.1</gradle-wrapper.version>
5757

5858
<!-- MicroProfile TCK versions -->
59-
<microprofile-health-api.version>2.0.1</microprofile-health-api.version>
59+
<microprofile-health-api.version>2.1</microprofile-health-api.version>
6060
<microprofile-config-api.version>1.3</microprofile-config-api.version>
6161
<microprofile-metrics-api.version>2.1.0</microprofile-metrics-api.version>
6262
<microprofile-reactive-messaging-api.version>1.0</microprofile-reactive-messaging-api.version>

tcks/microprofile-health/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
<groupId>commons-logging</groupId>
5454
<artifactId>commons-logging</artifactId>
5555
</exclusion>
56+
<exclusion>
57+
<groupId>javax.activation</groupId>
58+
<artifactId>activation</artifactId>
59+
</exclusion>
5660
</exclusions>
5761
</dependency>
5862
<dependency>

0 commit comments

Comments
 (0)