From 06994b84b1c3b6dd888473766d2c8d7468430c8b Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Thu, 18 Aug 2022 15:49:35 -0500 Subject: [PATCH] Adjust maven surefire plugin to avoid OOME in Jenkins (#2487) --- binders/kafka-binder/pom.xml | 3 --- pom.xml | 3 --- 2 files changed, 6 deletions(-) diff --git a/binders/kafka-binder/pom.xml b/binders/kafka-binder/pom.xml index cc72e5659..ada12d03d 100644 --- a/binders/kafka-binder/pom.xml +++ b/binders/kafka-binder/pom.xml @@ -116,9 +116,6 @@ org.apache.maven.plugins maven-surefire-plugin - - true - diff --git a/pom.xml b/pom.xml index a744615fa..b6a0c1ed1 100644 --- a/pom.xml +++ b/pom.xml @@ -128,9 +128,6 @@ org.apache.maven.plugins maven-surefire-plugin - - true -