From b0d287356cd2e103b883f6f9d9a013c057294ade Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 16 Oct 2015 00:28:05 -0700 Subject: [PATCH] Revert "Increase PermGen for CLI integration tests" This reverts commit 4c26b0c194807ee401324a19bc252c1541229b5d. --- spring-boot-cli/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index 03603f8397..9ac21cfe24 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -136,9 +136,6 @@ org.apache.maven.plugins maven-failsafe-plugin - - -Xmx1024m -XX:MaxPermSize=512m - org.apache.maven.plugins