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 ce4b255177
commit fffc0bc704
4 changed files with 9 additions and 4 deletions

View File

@ -8,4 +8,4 @@
<version>1.0.0-SNAPSHOT</version>
<name>design-patterns-cloud</name>
<packaging>pom</packaging>
</project>
</project>

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>

View File

@ -8,6 +8,12 @@
<name>jakarta-ee</name>
<packaging>war</packaging>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>web-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>jakarta.platform</groupId>

View File

@ -7,7 +7,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
/**
* Dummy Test
*/
public class AppTest {
public class AppUnitTest {
@Test
public void test() {