Skip to content

Commit

Permalink
Use junit-bom (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalluck authored Sep 28, 2020
1 parent 3e5adee commit 4bd82ab
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
<version.org.jboss.logmanager>2.1.17.Final</version.org.jboss.logmanager>
<version.org.jboss.pnc>2.0.0</version.org.jboss.pnc>
<version.org.json.json>20200518</version.org.json.json>
<version.org.junit>5.7.0</version.org.junit>
<version.org.junit-pioneer>0.9.0</version.org.junit-pioneer>
<version.org.junit.jupiter>5.7.0</version.org.junit.jupiter>
<version.org.mockito>3.5.13</version.org.mockito>
<version.org.ow2.asm>9.0</version.org.ow2.asm>
<version.org.slf4j>1.7.30</version.org.slf4j>
Expand Down Expand Up @@ -425,6 +425,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${version.org.junit}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.ginsberg</groupId>
<artifactId>junit5-system-exit</artifactId>
Expand Down Expand Up @@ -467,18 +474,6 @@
<version>${version.org.junit-pioneer}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${version.org.junit.jupiter}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${version.org.junit.jupiter}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
Expand Down

0 comments on commit 4bd82ab

Please sign in to comment.