Fix pom files in Spring Web and testing module (#15538)

This commit is contained in:
Amit Pandey 2024-01-03 07:41:51 +05:30 committed by GitHub
parent 3f357f85a4
commit 7cfb65748b
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<artifactId>testing-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>