JAVA-42: Upgrade spring-security-kerberos to Spring Boot 2

This commit is contained in:
Krzysiek 2020-03-30 23:27:11 +02:00
parent ee95317ad9
commit 3f83ed67d3
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-1</artifactId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-1</relativePath>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<dependencies>