Skip to content

Commit

Permalink
Pick up JUnit version from parent POM
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 24, 2025
1 parent 1f587ee commit 5ceab2c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@

<!-- Test dependencies -->
<slf4j.version>1.7.26</slf4j.version>
<junit.version>5.11.4</junit.version>
<skipAPICompatCheck>false</skipAPICompatCheck>
<moditect.skip>true</moditect.skip>
</properties>
Expand Down Expand Up @@ -252,11 +251,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
Expand Down

0 comments on commit 5ceab2c

Please sign in to comment.