Merge pull request #6741 from DaveTheCrane/BAEL-2618-spring5-updates

moved spring core to spring 5 parent, all tests still pass
This commit is contained in:
Eric Martin 2019-04-17 20:45:05 -05:00 committed by GitHub
commit 431daaa67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,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>