Skip to content

Commit

Permalink
build(deps): add junit-pioneer to ease test that require env vars or …
Browse files Browse the repository at this point in the history
…properties
  • Loading branch information
lburgazzoli committed Aug 18, 2020
1 parent 7504750 commit f4878f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 4 additions & 0 deletions tooling/camel-k-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f4878f7

Please sign in to comment.