This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push:
new f4878f7 build(deps): add junit-pioneer to ease test that require env
vars or properties
f4878f7 is described below
commit f4878f776ae0ce76fa9f45bfa09a017d20096e85
Author: lburgazzoli <[email protected]>
AuthorDate: Tue Aug 18 17:14:24 2020 +0200
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 046b5f1..cf11d63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
<camel-quarkus.version>1.0.0</camel-quarkus.version>
<catalog.version>${camel.version}</catalog.version>
<junit.version>5.6.2</junit.version>
+ <junit-pioneer.version>0.9.0</junit-pioneer.version>
<joor.version>0.9.13</joor.version>
<commons-lang.version>3.11</commons-lang.version>
<commons-text.version>1.9</commons-text.version>
@@ -646,6 +647,11 @@
<artifactId>junit-jupiter</artifactId>
<version>${junit.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.junit-pioneer</groupId>
+ <artifactId>junit-pioneer</artifactId>
+ <version>${junit-pioneer.version}</version>
+ </dependency>
<dependency>
<groupId>org.assertj</groupId>
diff --git a/tooling/camel-k-test/pom.xml b/tooling/camel-k-test/pom.xml
index f9625df..364c095 100644
--- a/tooling/camel-k-test/pom.xml
+++ b/tooling/camel-k-test/pom.xml
@@ -33,6 +33,10 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.junit-pioneer</groupId>
+ <artifactId>junit-pioneer</artifactId>
+ </dependency>
<dependency>
<groupId>org.assertj</groupId>