Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Adds junit-vintage-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Jun 8, 2020
1 parent b48e539 commit a6f9b94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spring-cloud-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
Expand Down

0 comments on commit a6f9b94

Please sign in to comment.