From cd1a8a5eaf0485458860b94d3b179d6145fc72ce 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 | 29 +++++++++------------------ 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/appserver/microprofile/config/pom.xml b/appserver/microprofile/config/pom.xml index 45b247408bd..055c517a2da 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, + io.helidon.config.mp, @@ -83,24 +82,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,