add dependent module

This commit is contained in:
Loredana Crusoveanu
2023-05-11 12:54:56 +03:00
parent dd2a10a05a
commit 0597917c67

View File

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