Github user ivanjunckes commented on a diff in the pull request:
https://github.com/apache/tomee/pull/218#discussion_r236338135
--- Diff: pom.xml ---
@@ -208,7 +208,7 @@
<microprofile.health.version>1.0</microprofile.health.version>
<microprofile.health.impl.version>1.0.0</microprofile.health.impl.version>
<microprofile.metrics.version>1.1</microprofile.metrics.version>
-
<microprofile.metrics.impl.version>1.0.0</microprofile.metrics.impl.version>
+
<microprofile.metrics.impl.version>1.0.1-SNAPSHOT</microprofile.metrics.impl.version>
--- End diff --
Fixed
---