Merge pull request #9993 from dupirefr/team/JAVA-2433-migrate_spring_security_web_digest_to_parent_boot_5

[JAVA-2433] Inherited from parent-spring-5
This commit is contained in:
Dhawal Kapil 2020-09-09 21:11:54 +05:30 committed by GitHub
commit 3d279158a0

View File

@ -9,9 +9,9 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-spring-4</artifactId>
<artifactId>parent-spring-5</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-spring-4</relativePath>
<relativePath>../../parent-spring-5</relativePath>
</parent>
<dependencies>