JAVA-15789: Fix references to parents (#12951)

* JAVA-15789: Fix references to parents

* Update pom.xml
This commit is contained in:
freelansam
2022-11-06 11:24:06 +05:30
committed by GitHub
parent 164e85326c
commit cd848ea50c
4 changed files with 9 additions and 4 deletions

View File

@@ -6,10 +6,9 @@
<artifactId>java-mongodb-queries</artifactId>
<parent>
<artifactId>parent-modules</artifactId>
<groupId>com.baeldung</groupId>
<artifactId>persistence-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>