[JAVA-2429] Migrated spring-data-solr module to parent-boot-5

This commit is contained in:
fdpro 2020-09-08 11:53:26 +02:00
parent 30e4e277e0
commit 98bdb5df36
1 changed files with 2 additions and 2 deletions

View File

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