Skip to content

Commit

Permalink
remove junit 4 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb authored Dec 12, 2023
1 parent 05b58ae commit 73713c3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,109 deletions.
19 changes: 0 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@
<dep.jersey.version>2.40</dep.jersey.version>
<dep.jetty.version>10.0.15</dep.jetty.version>
<dep.junit-jupiter.version>5.8.2</dep.junit-jupiter.version>
<!-- junit-vintage, hamcrest and jersey disagree, but this works for everyone -->
<dep.junit.version>4.13.2</dep.junit.version>
<dep.logback.version>1.3.12</dep.logback.version>
<!-- seems to have an impact with java 11 integration, update with caution -->
<dep.maven-surefire-plugin.version>3.1.0</dep.maven-surefire-plugin.version>
Expand Down Expand Up @@ -311,24 +309,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${dep.junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${dep.junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${dep.junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down Expand Up @@ -553,11 +539,6 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
Expand Down
Loading

0 comments on commit 73713c3

Please sign in to comment.