From 40d8726d47ab4573a81d13ffbdf36eae75d6601a Mon Sep 17 00:00:00 2001 From: Jan Groot Date: Thu, 16 Aug 2018 09:55:15 +0200 Subject: [PATCH] Remove redundant spring-boot-starter dependencies from starters Closes gh-14078 --- .../spring-boot-starters/spring-boot-starter-batch/pom.xml | 4 ---- .../spring-boot-starters/spring-boot-starter-data-jpa/pom.xml | 4 ---- .../spring-boot-starter-data-rest/pom.xml | 4 ---- .../spring-boot-starter-groovy-templates/pom.xml | 4 ---- .../spring-boot-starter-integration/pom.xml | 4 ---- .../spring-boot-starters/spring-boot-starter-jersey/pom.xml | 4 ---- .../spring-boot-starters/spring-boot-starter-jooq/pom.xml | 4 ---- .../spring-boot-starter-web-services/pom.xml | 4 ---- .../spring-boot-starters/spring-boot-starter-web/pom.xml | 4 ---- .../spring-boot-starters/spring-boot-starter-webflux/pom.xml | 4 ---- .../spring-boot-starter-websocket/pom.xml | 4 ---- 11 files changed, 44 deletions(-) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-batch/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-batch/pom.xml index 0b6a8a23287..12ab2a51803 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-batch/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-batch/pom.xml @@ -14,10 +14,6 @@ ${basedir}/../../.. - - org.springframework.boot - spring-boot-starter - org.springframework.boot spring-boot-starter-jdbc diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml index 134d54560cd..2e7ad504c59 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml @@ -14,10 +14,6 @@ ${basedir}/../../.. - - org.springframework.boot - spring-boot-starter - org.springframework.boot spring-boot-starter-aop diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml index 47a23097bdf..6c371a301b1 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml @@ -15,10 +15,6 @@ ${basedir}/../../.. - - org.springframework.boot - spring-boot-starter - org.springframework.boot spring-boot-starter-json diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml index aaa98bfbeb8..942a4f417f7 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml @@ -14,10 +14,6 @@ ${basedir}/../../.. - - org.springframework.boot - spring-boot-starter - org.springframework.boot spring-boot-starter-web diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-integration/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-integration/pom.xml index 21f70b87539..f4c683bcce4 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-integration/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-integration/pom.xml @@ -14,10 +14,6 @@ ${basedir}/../../.. - - org.springframework.boot - spring-boot-starter - org.springframework.boot spring-boot-starter-aop diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml index 0c858d9b0c7..b4d0ff0fce8 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml @@ -15,10 +15,6 @@ ${basedir}/../../.. - - org.springframework.boot - spring-boot-starter - org.springframework.boot spring-boot-starter-json diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-jooq/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-jooq/pom.xml index f96dbe7f38d..c8b7324bcc1 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-jooq/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-jooq/pom.xml @@ -15,10 +15,6 @@ ${basedir}/../../.. - - org.springframework.boot - spring-boot-starter - org.springframework.boot spring-boot-starter-jdbc diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml index 0bbfd9e860f..9d14391a122 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml @@ -22,10 +22,6 @@ javax.xml.ws jaxws-api - - org.springframework.boot - spring-boot-starter - org.springframework.boot spring-boot-starter-web diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml index 86318fe01dc..4ef754c71e9 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml @@ -15,10 +15,6 @@ ${basedir}/../../.. - - org.springframework.boot - spring-boot-starter - org.springframework.boot spring-boot-starter-json diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml index 947b4dac0fc..49d7ae6705e 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml @@ -15,10 +15,6 @@ ${basedir}/../../.. - - org.springframework.boot - spring-boot-starter - org.springframework.boot spring-boot-starter-json diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/pom.xml index 97e59569591..419bc009801 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/pom.xml @@ -15,10 +15,6 @@ ${basedir}/../../.. - - org.springframework.boot - spring-boot-starter - org.springframework.boot spring-boot-starter-web