commits for BAEL 4293

This commit is contained in:
rvsathe
2021-08-24 09:22:12 +05:30
parent 9147ccdda9
commit b45a59cbb8
6 changed files with 282 additions and 0 deletions

View File

@@ -16,6 +16,12 @@
</parent>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>