Browse Source

Adds junit-vintage-engine

pull/779/head
spencergibb 5 years ago
parent
commit
ce3b19b428
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 5
      spring-cloud-commons/pom.xml
  2. 5
      spring-cloud-context/pom.xml

5
spring-cloud-commons/pom.xml

@ -165,6 +165,11 @@ @@ -165,6 +165,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-test-support</artifactId>

5
spring-cloud-context/pom.xml

@ -66,6 +66,11 @@ @@ -66,6 +66,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-test-support</artifactId>

Loading…
Cancel
Save