add parent

This commit is contained in:
Loredana Crusoveanu 2023-05-11 13:16:21 +03:00
parent f3a6c36979
commit 30c76d83c9
2 changed files with 6 additions and 6 deletions

View File

@ -20,12 +20,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>dummy</version>
</dependency>
</dependencies>
<build>

View File

@ -6,4 +6,10 @@
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>dummy</version>
<parent>
<groupId>com.baeldung.dependency-exclusion</groupId>
<artifactId>dependency-exclusion</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
</project>