diff --git a/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml b/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml index 459fcfddf..329f0cd1c 100644 --- a/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml +++ b/examples/quickstarts/helidon-standalone-quickstart-mp/pom.xml @@ -35,22 +35,20 @@ UTF-8 UTF-8 - - 5.1.0 - 3.8.1 3.0.0 2.7.5.1 1.6.0 - 3.0.0-M3 - 1.1.1 + 3.0.0-M5 + 2.1.0 + 2.1.0 1.0.6 3.0.2 1.5.0.Final 0.5.1 2.7 - 3.0.0-M3 + 3.0.0-M5 @@ -101,14 +99,8 @@ org.apache.maven.plugins maven-surefire-plugin ${version.plugin.surefire} - - - org.junit.jupiter - junit-jupiter-engine - ${version.lib.junit} - - + false ${project.build.outputDirectory}/logging.properties @@ -119,15 +111,9 @@ maven-failsafe-plugin ${version.plugin.failsafe} + false true - - - org.junit.jupiter - junit-jupiter-engine - ${version.lib.junit} - - org.apache.maven.plugins @@ -172,6 +158,11 @@ helidon-maven-plugin ${version.plugin.helidon} + + io.helidon.build-tools + helidon-cli-maven-plugin + ${version.plugin.helidon-cli} + @@ -214,6 +205,31 @@ + + native-image + + + + io.helidon.build-tools + helidon-maven-plugin + + + native-image + + native-image + + + + + + + + + io.helidon.integrations.graal + helidon-mp-graal-native-image-extension + + + jlink-image diff --git a/examples/quickstarts/helidon-standalone-quickstart-se/pom.xml b/examples/quickstarts/helidon-standalone-quickstart-se/pom.xml index fd4b5759a..9a38fe7ee 100644 --- a/examples/quickstarts/helidon-standalone-quickstart-se/pom.xml +++ b/examples/quickstarts/helidon-standalone-quickstart-se/pom.xml @@ -35,21 +35,18 @@ UTF-8 UTF-8 - - 5.1.0 - 3.8.1 3.0.0 1.6.0 - 2.19.1 - 1.1.1 + 3.0.0-M5 + 2.1.0 + 2.1.0 3.0.2 1.5.0.Final 0.5.1 2.7 - 1.0.3 - 2.19.1 + 3.0.0-M5 @@ -110,19 +107,8 @@ org.apache.maven.plugins maven-surefire-plugin ${version.plugin.surefire} - - - org.junit.platform - junit-platform-surefire-provider - ${version.plugin.surefire.provider.junit} - - - org.junit.jupiter - junit-jupiter-engine - ${version.lib.junit} - - + false ${project.build.outputDirectory}/logging.properties @@ -133,20 +119,9 @@ maven-failsafe-plugin ${version.plugin.failsafe} + false true - - - org.junit.platform - junit-platform-surefire-provider - ${version.plugin.surefire.provider.junit} - - - org.junit.jupiter - junit-jupiter-engine - ${version.lib.junit} - - org.apache.maven.plugins @@ -186,6 +161,11 @@ helidon-maven-plugin ${version.plugin.helidon} + + io.helidon.build-tools + helidon-cli-maven-plugin + ${version.plugin.helidon-cli} +