From 59f570d8bed9444438eeadc8a790cd18f35f1dd2 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Wed, 1 Feb 2023 13:32:05 -0800 Subject: [PATCH] Cleanup Helidon BOM by removing artifacts that are not deployed --- bom/pom.xml | 77 ------------------------- examples/dbclient/jdbc/pom.xml | 3 +- examples/dbclient/mongodb/pom.xml | 3 +- microprofile/lra/jax-rs/pom.xml | 1 + tests/integration/dbclient/appl/pom.xml | 2 + tests/integration/tools/example/pom.xml | 4 +- 6 files changed, 10 insertions(+), 80 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 5127356af52..e1ca51f2a00 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -489,11 +489,6 @@ helidon-microprofile ${helidon.version} - - io.helidon.microprofile.bundles - internal-test-libs - ${helidon.version} - io.helidon.microprofile helidon-microprofile-security @@ -753,12 +748,6 @@ helidon-reactive-dbclient-tracing ${helidon.version} - - - io.helidon.examples.dbclient - helidon-examples-dbclient-common - ${helidon.version} - @@ -876,11 +865,6 @@ helidon-lra-coordinator-narayana-client ${helidon.version} - - io.helidon.lra - helidon-lra-coordinator-server - ${helidon.version} - @@ -893,56 +877,6 @@ h2 ${helidon.version} - - io.helidon.serviceconfiguration - helidon-serviceconfiguration-api - ${helidon.version} - - - io.helidon.serviceconfiguration - helidon-serviceconfiguration-config-source - ${helidon.version} - - - io.helidon.serviceconfiguration - helidon-serviceconfiguration-hikaricp-accs - ${helidon.version} - - - io.helidon.serviceconfiguration - helidon-serviceconfiguration-hikaricp-localhost - ${helidon.version} - - - io.helidon.serviceconfiguration - helidon-serviceconfiguration-hikaricp - ${helidon.version} - - - io.helidon.serviceconfiguration - helidon-serviceconfiguration-system-kubernetes - ${helidon.version} - - - io.helidon.serviceconfiguration - helidon-serviceconfiguration-system-oracle-accs - ${helidon.version} - - - io.helidon.serviceconfiguration - helidon-serviceconfiguration-ucp-accs - ${helidon.version} - - - io.helidon.serviceconfiguration - helidon-serviceconfiguration-ucp-localhost - ${helidon.version} - - - io.helidon.serviceconfiguration - helidon-serviceconfiguration-ucp - ${helidon.version} - io.helidon.integrations.cdi helidon-integrations-cdi-delegates @@ -1231,17 +1165,6 @@ helidon-microprofile-bean-validation ${helidon.version} - - - io.helidon.tests.integration.tools - helidon-tests-integration-tools-service - ${project.version} - - - io.helidon.tests.integration.tools - helidon-tests-integration-tools-client - ${project.version} - io.helidon.integrations.microstream diff --git a/examples/dbclient/jdbc/pom.xml b/examples/dbclient/jdbc/pom.xml index f4fc2364796..3c5708079e8 100644 --- a/examples/dbclient/jdbc/pom.xml +++ b/examples/dbclient/jdbc/pom.xml @@ -1,6 +1,6 @@