From 6062d0c0ad6020bcadb3ff6bc6caa2b526024f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mat=C4=9Bj=C4=8Dek?= Date: Fri, 29 Mar 2024 23:02:55 +0100 Subject: [PATCH] Fixed ejb_group_embedded tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Matějček --- appserver/microprofile/config/pom.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/appserver/microprofile/config/pom.xml b/appserver/microprofile/config/pom.xml index 2bf1f453c58..506b13d2ed1 100644 --- a/appserver/microprofile/config/pom.xml +++ b/appserver/microprofile/config/pom.xml @@ -74,34 +74,36 @@ !io.helidon.inject.runtime,* - + + io.helidon.common.config, io.helidon.config, io.helidon.config.mp, - + - groupId=io.helidon.config;artifactId=helidon-config-mp, groupId=io.helidon.common;artifactId=helidon-common, + groupId=io.helidon.common;artifactId=helidon-common-config, + groupId=io.helidon.common;artifactId=helidon-common-media-type, 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.config;artifactId=helidon-config-yaml, + groupId=io.helidon.config;artifactId=helidon-config-yaml-mp, artifactId=snakeyaml, - + true - + true {maven-resources},