We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad582d commit c10b06eCopy full SHA for c10b06e
.java-version
@@ -0,0 +1 @@
1
+17
spring-cloud-openfeign-core/pom.xml
@@ -196,6 +196,11 @@
196
<artifactId>spring-core-test</artifactId>
197
<scope>test</scope>
198
</dependency>
199
+ <dependency>
200
+ <groupId>org.junit.platform</groupId>
201
+ <artifactId>junit-platform-launcher</artifactId>
202
+ <scope>test</scope>
203
+ </dependency>
204
<dependency>
205
<groupId>org.springframework.security</groupId>
206
<artifactId>spring-security-oauth2-client</artifactId>
0 commit comments