From a6e314cfcb2f546bd98c6a41eccc78f9f4614f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Pin=C4=8Duk?= Date: Tue, 19 Mar 2024 14:05:38 +0300 Subject: [PATCH] Remove unnecessary exports from MicroProfile Config bundle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexander PinĨuk --- appserver/microprofile/config/pom.xml | 28 ++++++++------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/appserver/microprofile/config/pom.xml b/appserver/microprofile/config/pom.xml index 45b247408bd..38869834d28 100644 --- a/appserver/microprofile/config/pom.xml +++ b/appserver/microprofile/config/pom.xml @@ -1,7 +1,7 @@ - org.glassfish.microprofile.config, io.helidon.config.mp, - io.helidon.config, @@ -83,24 +81,14 @@ The helidon MP config dependency tree, illustrating what we actually output to the GF bundle --> groupId=io.helidon.microprofile.config, - groupId=io.helidon.config;artifactId=helidon-config-mp, - groupId=io.helidon.common;artifactId=helidon-common, - groupId=io.helidon.common;artifactId=helidon-common-service-loader, - groupId=io.helidon.config;artifactId=helidon-config-yaml-mp, - groupId=io.helidon.config;artifactId=helidon-config, - - groupId=io.helidon.common;artifactId=helidon-common-media-type, + groupId=io.helidon.config;artifactId=helidon-config-mp, + groupId=io.helidon.common;artifactId=helidon-common, + groupId=io.helidon.common;artifactId=helidon-common-service-loader, + groupId=io.helidon.config;artifactId=helidon-config-yaml-mp, + groupId=io.helidon.config;artifactId=helidon-config, + groupId=io.helidon.common;artifactId=helidon-common-media-type, groupId=io.helidon.config;artifactId=helidon-config-yaml, - artifactId=snakeyaml, - + artifactId=snakeyaml,