Commit c9d654f8 by Tuukka Kivilahti

Merge branch 'feature/update-broken-testng' into 'master'

Update testng to 6.8.17 as 6.8.15 has a bug and running tests throws an exception

Running TestSuite

Configuring TestNG with: org.apache.maven.surefire.testng.conf.TestNG652Configurator@2a098129

org.apache.maven.surefire.util.SurefireReflectionException: java.lang.reflect.InvocationTargetException; nested exception is java.lang.reflect.InvocationTargetException: null

java.lang.reflect.InvocationTargetException

...

See merge request !233
2 parents 7e1cd38b 5eeb98e7
Showing with 1 additions and 1 deletions
......@@ -60,7 +60,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.15</version>
<version>6.8.17</version>
<scope>test</scope>
</dependency>
<dependency>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!