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:07:39 +02:00
parent 3b721a3dcc
commit 8583d66002

View File

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