From 1b262a52c081c30af80406ebac86bd8914f4f967 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Thu, 19 Jan 2023 15:10:13 -0800 Subject: [PATCH 1/2] Add helidon-config-yaml dependency to nima examples --- examples/nima/quickstart-standalone/pom.xml | 4 ++++ examples/nima/quickstart/pom.xml | 4 ++++ examples/nima/tracing/pom.xml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/examples/nima/quickstart-standalone/pom.xml b/examples/nima/quickstart-standalone/pom.xml index ecf223ddb6c..5dc6cdc858f 100644 --- a/examples/nima/quickstart-standalone/pom.xml +++ b/examples/nima/quickstart-standalone/pom.xml @@ -87,6 +87,10 @@ io.helidon.nima.observe helidon-nima-observe-health + + io.helidon.config + helidon-config-yaml + io.helidon.health helidon-health-checks diff --git a/examples/nima/quickstart/pom.xml b/examples/nima/quickstart/pom.xml index cff0a199c20..9ed270c8ae0 100644 --- a/examples/nima/quickstart/pom.xml +++ b/examples/nima/quickstart/pom.xml @@ -58,6 +58,10 @@ io.helidon.nima.observe helidon-nima-observe-health + + io.helidon.config + helidon-config-yaml + io.helidon.health helidon-health-checks diff --git a/examples/nima/tracing/pom.xml b/examples/nima/tracing/pom.xml index a3c5ea31498..d69ecbb2615 100644 --- a/examples/nima/tracing/pom.xml +++ b/examples/nima/tracing/pom.xml @@ -50,6 +50,10 @@ io.helidon.tracing helidon-tracing-jaeger + + io.helidon.config + helidon-config-yaml + org.junit.jupiter junit-jupiter-api From 0cee0a6faf121067620c6a555d6899dc9914d2a4 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Thu, 19 Jan 2023 15:13:19 -0800 Subject: [PATCH 2/2] Fix copyright --- examples/nima/quickstart-standalone/pom.xml | 2 +- examples/nima/quickstart/pom.xml | 2 +- examples/nima/tracing/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/nima/quickstart-standalone/pom.xml b/examples/nima/quickstart-standalone/pom.xml index 5dc6cdc858f..01b1464db7d 100644 --- a/examples/nima/quickstart-standalone/pom.xml +++ b/examples/nima/quickstart-standalone/pom.xml @@ -1,6 +1,6 @@