Browse Source

Adding junit-platform dependency

pull/823/head
Ryan Baxter 2 years ago
parent
commit
c10b06ec07
  1. 1
      .java-version
  2. 5
      spring-cloud-openfeign-core/pom.xml

1
.java-version

@ -0,0 +1 @@ @@ -0,0 +1 @@
17

5
spring-cloud-openfeign-core/pom.xml

@ -196,6 +196,11 @@ @@ -196,6 +196,11 @@
<artifactId>spring-core-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-client</artifactId>

Loading…
Cancel
Save