From 74f35d82cfd29f8a2ecaff2982207e63eea4afc5 Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Tue, 1 Dec 2020 18:07:00 +0100 Subject: [PATCH 01/21] Introduce Eclipse MicroProfile Config API to the project. #7000 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index bdd60965137..02d457cd99f 100644 --- a/pom.xml +++ b/pom.xml @@ -280,6 +280,11 @@ 29.0-jre jar + + org.eclipse.microprofile.config + microprofile-config-api + provided + jakarta.platform jakarta.jakartaee-api From 13447f9cd3e27b78834b41520449424c57f3b6f4 Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Fri, 4 Dec 2020 13:30:59 +0100 Subject: [PATCH 02/21] Add MicroBean MicroProfile Config API implementation as a test dependency to enable unit and integration testing without deployments. #7000 --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 02d457cd99f..652a435639f 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ 5.7.0 ${junit.jupiter.version} 1.13.0 + 0.4.1 2.28.2 5.2.4 1.20.1 @@ -654,7 +655,12 @@ ${mockito.version} test - + + org.microbean + microbean-microprofile-config + ${microbean-mpconfig.version} + test +