diff --git a/examples/quickstarts/helidon-quickstart-mp/pom.xml b/examples/quickstarts/helidon-quickstart-mp/pom.xml index aecf44808bc..3b57170b730 100644 --- a/examples/quickstarts/helidon-quickstart-mp/pom.xml +++ b/examples/quickstarts/helidon-quickstart-mp/pom.xml @@ -34,16 +34,27 @@ io.helidon.microprofile.bundles - helidon-microprofile + helidon-microprofile-core - io.helidon.webserver.observe - helidon-webserver-observe-metrics - runtime + io.helidon.microprofile.openapi + helidon-microprofile-openapi + + + io.helidon.microprofile.health + helidon-microprofile-health + + + io.helidon.microprofile.metrics + helidon-microprofile-metrics + + + jakarta.json.bind + jakarta.json.bind-api - io.helidon.metrics - helidon-metrics-system-meters + org.glassfish.jersey.media + jersey-media-json-binding runtime diff --git a/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml b/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml index 5f4dba66aa2..1c0bbfcabdb 100644 --- a/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml +++ b/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml @@ -66,11 +66,28 @@ io.helidon.microprofile.bundles - helidon-microprofile + helidon-microprofile-core - io.helidon.metrics - helidon-metrics + io.helidon.microprofile.openapi + helidon-microprofile-openapi + + + io.helidon.microprofile.health + helidon-microprofile-health + + + io.helidon.microprofile.metrics + helidon-microprofile-metrics + + + jakarta.json.bind + jakarta.json.bind-api + + + org.glassfish.jersey.media + jersey-media-json-binding + runtime io.smallrye