BAEL-4615: Create and Detect Memory Leak in Java (#14060)

This commit is contained in:
Eugene Kovko
2023-05-20 00:00:16 +02:00
committed by GitHub
parent 1bf3e1e90c
commit 25ab88dd03
9 changed files with 225 additions and 0 deletions

View File

@@ -13,4 +13,11 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>1.6.0</version>
</dependency>
</dependencies>
</project>