From f4878f776ae0ce76fa9f45bfa09a017d20096e85 Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Tue, 18 Aug 2020 17:14:24 +0200 Subject: [PATCH] build(deps): add junit-pioneer to ease test that require env vars or properties --- pom.xml | 6 ++++++ tooling/camel-k-test/pom.xml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 046b5f1da..cf11d63cd 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,7 @@ 1.0.0 ${camel.version} 5.6.2 + 0.9.0 0.9.13 3.11 1.9 @@ -646,6 +647,11 @@ junit-jupiter ${junit.version} + + org.junit-pioneer + junit-pioneer + ${junit-pioneer.version} + org.assertj diff --git a/tooling/camel-k-test/pom.xml b/tooling/camel-k-test/pom.xml index f9625df0b..364c095f6 100644 --- a/tooling/camel-k-test/pom.xml +++ b/tooling/camel-k-test/pom.xml @@ -33,6 +33,10 @@ org.junit.jupiter junit-jupiter + + org.junit-pioneer + junit-pioneer + org.assertj