Skip to content

Commit

Permalink
Merge pull request #512 from jenkinsci/junit-pioneer
Browse files Browse the repository at this point in the history
Add JUnit pioneer as test dependency
  • Loading branch information
uhafner authored Jul 10, 2022
2 parents 9bbe5df + 7d8f3fe commit b65c14a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<equalsverifier.version>3.10</equalsverifier.version>
<junit.version>5.8.2</junit.version>
<junit-platform-launcher.version>1.8.2</junit-platform-launcher.version>
<junit-pioneer.version>1.7.1</junit-pioneer.version>
<mockito.version>4.6.1</mockito.version>
<assertj.version>3.23.1</assertj.version>
<archunit.version>0.23.1</archunit.version>
Expand Down Expand Up @@ -136,9 +137,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
<version>${junit-pioneer.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b65c14a

Please sign in to comment.