Skip to content

Commit

Permalink
remove junit 4.13.2 dependency to prevent using JUnit 4
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed Jun 19, 2024
1 parent 10d413d commit 7a661ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,6 @@ under the License.
<version>${dep.junit.jupiter.version}</version>
<scope>test</scope>
</dependency>
<!-- Use to keep older tests running -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
Expand Down

0 comments on commit 7a661ce

Please sign in to comment.