From ecde46fe55b6dd0bf53c60816870d37f6208e9ba Mon Sep 17 00:00:00 2001 From: rishabh19101995 <109977710+rishabh19101995@users.noreply.github.com> Date: Wed, 30 Nov 2022 19:05:24 +0530 Subject: [PATCH] Update pom.xml Updating the maven-surefire-plugin dependency as with previous one "test" job was failing in jenkins --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eac7c9695..8b3b93da6 100644 --- a/pom.xml +++ b/pom.xml @@ -85,8 +85,12 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + 2.22.0 + 3 + true + -Xmx1024m -XX:MaxPermSize=256m + true **/Unit*.java