From 22fd2005b46b536184a4f7f0932d9368ac33521c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 12:57:07 +0100 Subject: [PATCH] Remove plugin management for Flatten Maven Plugin Closes gh-21984 --- spring-boot-project/spring-boot-dependencies/build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 83f7556a67..4aed951eb7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -310,13 +310,6 @@ bom { ] } } - library("Flatten Maven Plugin", "1.2.2") { - group("org.codehaus.mojo") { - plugins = [ - "flatten-maven-plugin" - ] - } - } library("Flyway", "6.4.4") { group("org.flywaydb") { modules = [