Skip to content

Commit

Permalink
Adding junit-platform dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter committed Jan 25, 2023
1 parent ef7b0a2 commit a341b93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spring-cloud-kubernetes-fabric8-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

Expand Down

0 comments on commit a341b93

Please sign in to comment.