Skip to content

Commit

Permalink
Manage JUnit version with Spring Boot BOM. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Oct 22, 2023
1 parent e2425c3 commit a5c9c23
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<java.version>17</java.version>
<spring-boot.version>3.1.5</spring-boot.version>
<wiremock.version>2.35.1</wiremock.version>
<junit.version>5.9.2</junit.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -37,14 +36,6 @@
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${junit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
Expand Down

0 comments on commit a5c9c23

Please sign in to comment.