From 3ee22059c31352dcd66798d1fcad30be69158f06 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Fri, 17 Jul 2020 21:41:16 +0200 Subject: [PATCH] Remove plugin version management for exec-maven plugin Closes gh-22380 --- 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 427b681beba9..293bf1ff5b51 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -304,13 +304,6 @@ bom { ] } } - library("Exec Maven Plugin", "1.6.0") { - group("org.codehaus.mojo") { - plugins = [ - "exec-maven-plugin" - ] - } - } library("Flyway", "6.5.0") { group("org.flywaydb") { modules = [