From 6748d02403f0ceecb6cb9ecdfb2fecf98423a7db Mon Sep 17 00:00:00 2001 From: Simon Schrottner Date: Wed, 31 Jul 2024 14:00:47 +0200 Subject: [PATCH] fix: added missing dependency and installation instruction (#895) Signed-off-by: Simon Schrottner --- tools/junit-openfeature/README.md | 12 ++++++++++++ tools/junit-openfeature/pom.xml | 6 ++++++ 2 files changed, 18 insertions(+) diff --git a/tools/junit-openfeature/README.md b/tools/junit-openfeature/README.md index 2e2542a8a..3152f2d31 100644 --- a/tools/junit-openfeature/README.md +++ b/tools/junit-openfeature/README.md @@ -2,6 +2,18 @@ A JUnit5 extension to reduce boilerplate code for testing code which utilizes OpenFeature. +## Installation + +```xml + + dev.openfeature.contrib.tools + junitopenfeature + 0.0.0 + test + +``` + + ## Getting Started We are supporting two different flavors for testing, a [simple](#simple-configuration) and an [extended](#extended-configuration) configuration. diff --git a/tools/junit-openfeature/pom.xml b/tools/junit-openfeature/pom.xml index fc9719fb9..2964ddf10 100644 --- a/tools/junit-openfeature/pom.xml +++ b/tools/junit-openfeature/pom.xml @@ -33,6 +33,12 @@ provided + + org.apache.commons + commons-lang3 + 3.15.0 + + org.junit.jupiter junit-jupiter-api