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