update testng version in order to fix java.lang.ClassNotFoundException: jdk.internal.reflect.GeneratedMethodAccessor

This commit is contained in:
Claudia Agache
2020-11-12 14:30:47 +02:00
parent 0ee5bc0d57
commit 276a69d77e

View File

@@ -80,6 +80,11 @@
<artifactId>alfresco-testng</artifactId> <artifactId>alfresco-testng</artifactId>
<version>1.1</version> <version>1.1</version>
</dependency> </dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.1.0</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId> <artifactId>commons-collections4</artifactId>