From 60a7f3282da840ff3a4f732bc6d2d41f32e260cf Mon Sep 17 00:00:00 2001 From: Rodica Sutu Date: Thu, 28 Mar 2019 17:21:14 +0200 Subject: [PATCH] update the versions for surefire and failsafe plugins and add an additional argument --illegal-access=permit to allow all reflection access for third party libraries: --- pom.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 673b4cd32f..8f5f9182e5 100644 --- a/pom.xml +++ b/pom.xml @@ -654,7 +654,6 @@ maven-surefire-plugin - 2.18 **/*UnitTest.java @@ -814,7 +813,12 @@ maven-surefire-plugin - 2.18 + 2.22.0 + + + --illegal-access=permit + + maven-install-plugin @@ -912,7 +916,12 @@ maven-failsafe-plugin - 2.19 + 2.22.0 + + + --illegal-access=permit + + maven-antrun-plugin