Merge pull request #9989 from dupirefr/team/JAVA-2429-migrate_spring_data_solr_to_parent_boot_5

[JAVA-2429] Migrated spring-data-solr module to parent-boot-5
This commit is contained in:
Dhawal Kapil 2020-09-08 23:57:27 +05:30 committed by GitHub
commit f5f28c0035
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>