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

This commit is contained in:
Wojtek.Swieton
2024-08-29 10:15:32 +02:00
parent aa3ff24b78
commit 11e1e83d56

View File

@@ -235,6 +235,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>