From 7b33f286f543287af76c1bd8e20540d73ffb7974 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 10 Oct 2014 11:10:18 -0700 Subject: [PATCH] Remove unnecessary compiler configuration The new `maven.compiler.source` and `maven.compiler.target` properties have removed the need for explicit configuration. Closes gh-1684 --- spring-boot-starters/spring-boot-starter-parent/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index 7ebc12f7ac..6956f71268 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -60,14 +60,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - ${maven.compiler.source} - ${maven.compiler.target} - - org.apache.maven.plugins maven-jar-plugin