diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index c78d51dce..122a915d3 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -27,13 +27,14 @@ 3.0.2.Final 1.0.0.Final 1.4 + 2.3 1.0.1 1.3.1 1.0 1.3.4 1.6.1 2.1.0 - 2.3.3 + 2.4.0 1.2.0 1.3.3 4.0.0 @@ -1610,6 +1611,17 @@ + + org.eclipse.microprofile.metrics + microprofile-metrics-api + ${microprofile-metrics-api.version} + + + org.osgi + org.osgi.annotation.versioning + + + org.eclipse.microprofile.context-propagation microprofile-context-propagation-api diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 9eb65a532..a25c0d315 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -60,7 +60,7 @@ 2.1 1.4 - 2.2.1 + 2.3 2.0.3 1.0 1.3.4 diff --git a/extensions/infinispan-embedded/runtime/pom.xml b/extensions/infinispan-embedded/runtime/pom.xml index c923679a6..e622c0d2d 100644 --- a/extensions/infinispan-embedded/runtime/pom.xml +++ b/extensions/infinispan-embedded/runtime/pom.xml @@ -26,9 +26,6 @@ quarkus-caffeine - io.smallrye smallrye-metrics @@ -37,10 +34,6 @@ org.infinispan infinispan-core - - org.eclipse.microprofile.metrics - microprofile-metrics-api - org.jboss.spec.javax.transaction jboss-transaction-api_1.2_spec diff --git a/extensions/jaeger/runtime/pom.xml b/extensions/jaeger/runtime/pom.xml index 5925e55b7..1013b53d5 100644 --- a/extensions/jaeger/runtime/pom.xml +++ b/extensions/jaeger/runtime/pom.xml @@ -34,6 +34,10 @@ io.smallrye smallrye-metrics + + org.eclipse.microprofile.metrics + microprofile-metrics-api + diff --git a/extensions/smallrye-metrics/deployment/pom.xml b/extensions/smallrye-metrics/deployment/pom.xml index eee39b8f8..58b48b635 100644 --- a/extensions/smallrye-metrics/deployment/pom.xml +++ b/extensions/smallrye-metrics/deployment/pom.xml @@ -38,6 +38,10 @@ io.quarkus quarkus-smallrye-metrics-spi + + org.eclipse.microprofile.metrics + microprofile-metrics-api + diff --git a/extensions/smallrye-metrics/runtime/pom.xml b/extensions/smallrye-metrics/runtime/pom.xml index 615b179dd..b3da3907b 100644 --- a/extensions/smallrye-metrics/runtime/pom.xml +++ b/extensions/smallrye-metrics/runtime/pom.xml @@ -35,6 +35,10 @@ io.quarkus quarkus-jsonp + + org.eclipse.microprofile.metrics + microprofile-metrics-api +