Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Polishing #226
Browse files Browse the repository at this point in the history
Remove JUnit 4.12.
  • Loading branch information
mp911de committed Jan 11, 2020
1 parent 5e507c8 commit 7ba77a2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<!-- Versions -->
<log4j.version>1.2.14</log4j.version>
<log4j2.version>2.9.1</log4j2.version>
<junit.version>4.12</junit.version>
<junit5.version>5.5.2</junit5.version>
<assertj.version>3.13.1</assertj.version>
<mockito.version>3.0.0</mockito.version>
Expand Down Expand Up @@ -327,13 +326,6 @@
</dependency>

<!-- Test -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down

0 comments on commit 7ba77a2

Please sign in to comment.