Skip to content

Commit ce3b19b

Browse files
committed
Adds junit-vintage-engine
1 parent 97082df commit ce3b19b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

spring-cloud-commons/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@
165165
<artifactId>spring-boot-starter-test</artifactId>
166166
<scope>test</scope>
167167
</dependency>
168+
<dependency>
169+
<groupId>org.junit.vintage</groupId>
170+
<artifactId>junit-vintage-engine</artifactId>
171+
<scope>test</scope>
172+
</dependency>
168173
<dependency>
169174
<groupId>org.springframework.cloud</groupId>
170175
<artifactId>spring-cloud-test-support</artifactId>

spring-cloud-context/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
<artifactId>spring-boot-starter-test</artifactId>
6767
<scope>test</scope>
6868
</dependency>
69+
<dependency>
70+
<groupId>org.junit.vintage</groupId>
71+
<artifactId>junit-vintage-engine</artifactId>
72+
<scope>test</scope>
73+
</dependency>
6974
<dependency>
7075
<groupId>org.springframework.cloud</groupId>
7176
<artifactId>spring-cloud-test-support</artifactId>

0 commit comments

Comments
 (0)