From 70c185d791c33024c64203489430f1d1b48cc8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Lem=C3=A9e?= Date: Wed, 28 Aug 2024 15:09:48 +0200 Subject: [PATCH] Feature 157 (#49) * add testcontainer tool dependency management Allow instantiation of generic container during unit test phase, as docker image started regarding any dockerized solution (e.g Keycloak). --- demonstrators-line/demonstrator-v0/pom.xml | 23 ++++++++++++++++++- .../demonstrator-v0/sample-project-pom.xml | 2 +- .../demonstrator-v0/v0-technologies-stack.md | 6 ++--- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/demonstrators-line/demonstrator-v0/pom.xml b/demonstrators-line/demonstrator-v0/pom.xml index 6571dd7..42a4d92 100644 --- a/demonstrators-line/demonstrator-v0/pom.xml +++ b/demonstrators-line/demonstrator-v0/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.cybnity techstack - 0.36.0 + 0.37.0 pom CYBNITY Official Standard Techstack @@ -270,6 +270,27 @@ ${janusgraph.driver} test + + + org.testcontainers + testcontainers-bom + 1.20.0 + pom + import + + diff --git a/demonstrators-line/demonstrator-v0/sample-project-pom.xml b/demonstrators-line/demonstrator-v0/sample-project-pom.xml index 8e94ced..9a777f8 100644 --- a/demonstrators-line/demonstrator-v0/sample-project-pom.xml +++ b/demonstrators-line/demonstrator-v0/sample-project-pom.xml @@ -3,7 +3,7 @@ org.cybnity techstack - 0.36.0 + 0.37.0 org.cybnity.techstack.quality diff --git a/demonstrators-line/demonstrator-v0/v0-technologies-stack.md b/demonstrators-line/demonstrator-v0/v0-technologies-stack.md index ee30a27..5a5e1df 100644 --- a/demonstrators-line/demonstrator-v0/v0-technologies-stack.md +++ b/demonstrators-line/demonstrator-v0/v0-technologies-stack.md @@ -68,8 +68,8 @@ Should allow definition and test of basic software factory implementation allowi None supervision requirements required regarding the step of the CYBNITY Foundation project. # CURRENT MPP OFFICIAL VERSION -- Version: 0.36.0 -- Released at: August, 26, 2024 +- Version: 0.37.0 +- Released at: August, 28, 2024 - Status: `RELEASED` - Documentation: [technologies-stack-analysis](technologies-stack-analysis.md) - Deliverables: @@ -80,7 +80,7 @@ None supervision requirements required regarding the step of the CYBNITY Foundat org.cybnity techstack - 0.36.0 + 0.37.0