BAEL 4293 reinserted the pom dependency

This commit is contained in:
rvsathe 2021-09-17 08:41:48 +05:30
parent 34af1ae63d
commit a6ecf8743d
1 changed files with 3 additions and 3 deletions

View File

@ -16,10 +16,10 @@
</parent>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit-jupiter-engine.version}</version>
<version>${junit-jupiter-engine.version}</version>
<scope>test</scope>
</dependency>
<dependency>