Adding junit-platform dependency

This commit is contained in:
Ryan Baxter
2023-01-24 19:33:04 -05:00
parent 7ad582dbe9
commit c10b06ec07
2 changed files with 6 additions and 0 deletions

1
.java-version Normal file
View File

@@ -0,0 +1 @@
17

View File

@@ -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>