Skip to content

Commit c10b06e

Browse files
committed
Adding junit-platform dependency
1 parent 7ad582d commit c10b06e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.java-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17

spring-cloud-openfeign-core/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@
196196
<artifactId>spring-core-test</artifactId>
197197
<scope>test</scope>
198198
</dependency>
199+
<dependency>
200+
<groupId>org.junit.platform</groupId>
201+
<artifactId>junit-platform-launcher</artifactId>
202+
<scope>test</scope>
203+
</dependency>
199204
<dependency>
200205
<groupId>org.springframework.security</groupId>
201206
<artifactId>spring-security-oauth2-client</artifactId>

0 commit comments

Comments
 (0)