ACS-6309 Bump agent-java-testng to 5.4.2 try junit4 listener, junit5 listener

This commit is contained in:
Wojtek.Swieton
2024-08-28 16:20:52 +02:00
parent 8583d66002
commit aa3ff24b78

View File

@@ -66,6 +66,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${dependency.org.testng.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-testng</artifactId>