From 2a0653b0e7c433949253cbab7f77aedd543b1f12 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 10 Mar 2017 10:15:37 -0500 Subject: [PATCH] Removed redundant entries from POM files Polished POM files to remove redundant entries that were causing warnings in the IDE. Some notable changes are: - Removed spring-boot.version from sample project as they inherit it from the parent - Removed versioning for maven-jar-plugin (was 3.0) from multiple project so it relies on the managed version - Removed java.version from all spring-cloud-function-* modules as they inherit the one from parent. Addressed PR comments - removed references to maven-jar-plugin --- spring-cloud-function-compiler/pom.xml | 5 ----- spring-cloud-function-context/pom.xml | 12 ------------ spring-cloud-function-core/pom.xml | 5 ----- spring-cloud-function-deployer/pom.xml | 6 ------ .../spring-cloud-function-sample-compiler/pom.xml | 5 ----- .../spring-cloud-function-sample-pojo/pom.xml | 6 ------ .../spring-cloud-function-sample/pom.xml | 2 -- spring-cloud-function-stream/pom.xml | 1 - spring-cloud-function-task/pom.xml | 4 ---- spring-cloud-function-web/pom.xml | 4 ---- 10 files changed, 50 deletions(-) diff --git a/spring-cloud-function-compiler/pom.xml b/spring-cloud-function-compiler/pom.xml index 5979bd875..e92882002 100644 --- a/spring-cloud-function-compiler/pom.xml +++ b/spring-cloud-function-compiler/pom.xml @@ -13,15 +13,10 @@ 1.0.0.BUILD-SNAPSHOT - - 1.8 - - io.projectreactor reactor-core - 3.0.4.RELEASE org.eclipse.jdt.core.compiler diff --git a/spring-cloud-function-context/pom.xml b/spring-cloud-function-context/pom.xml index fa41a6be4..683aadd71 100644 --- a/spring-cloud-function-context/pom.xml +++ b/spring-cloud-function-context/pom.xml @@ -15,7 +15,6 @@ - 1.8 1.0.0.BUILD-SNAPSHOT @@ -35,15 +34,4 @@ true - - - - - org.apache.maven.plugins - maven-jar-plugin - 3.0.0 - - - - diff --git a/spring-cloud-function-core/pom.xml b/spring-cloud-function-core/pom.xml index d55adbe58..1d65c187d 100644 --- a/spring-cloud-function-core/pom.xml +++ b/spring-cloud-function-core/pom.xml @@ -13,10 +13,6 @@ 1.0.0.BUILD-SNAPSHOT - - 1.8 - - org.springframework.boot @@ -29,7 +25,6 @@ io.projectreactor reactor-core - 3.0.4.RELEASE commons-io diff --git a/spring-cloud-function-deployer/pom.xml b/spring-cloud-function-deployer/pom.xml index 533cbb2e9..abcc256fb 100644 --- a/spring-cloud-function-deployer/pom.xml +++ b/spring-cloud-function-deployer/pom.xml @@ -15,7 +15,6 @@ - 1.8 1.0.0.BUILD-SNAPSHOT @@ -78,11 +77,6 @@ - - org.apache.maven.plugins - maven-jar-plugin - 3.0.0 - org.springframework.boot spring-boot-maven-plugin diff --git a/spring-cloud-function-samples/spring-cloud-function-sample-compiler/pom.xml b/spring-cloud-function-samples/spring-cloud-function-sample-compiler/pom.xml index 05a49eb70..aa2e9773c 100644 --- a/spring-cloud-function-samples/spring-cloud-function-sample-compiler/pom.xml +++ b/spring-cloud-function-samples/spring-cloud-function-sample-compiler/pom.xml @@ -44,11 +44,6 @@ - - org.apache.maven.plugins - maven-jar-plugin - 3.0.0 - org.springframework.boot spring-boot-maven-plugin diff --git a/spring-cloud-function-samples/spring-cloud-function-sample-pojo/pom.xml b/spring-cloud-function-samples/spring-cloud-function-sample-pojo/pom.xml index 18794e259..04a55d931 100644 --- a/spring-cloud-function-samples/spring-cloud-function-sample-pojo/pom.xml +++ b/spring-cloud-function-samples/spring-cloud-function-sample-pojo/pom.xml @@ -52,15 +52,9 @@ - - org.apache.maven.plugins - maven-jar-plugin - 3.0.0 - org.springframework.boot spring-boot-maven-plugin - 1.5.1.RELEASE org.springframework.boot.experimental diff --git a/spring-cloud-function-samples/spring-cloud-function-sample/pom.xml b/spring-cloud-function-samples/spring-cloud-function-sample/pom.xml index 23e24bb94..07efe4491 100644 --- a/spring-cloud-function-samples/spring-cloud-function-sample/pom.xml +++ b/spring-cloud-function-samples/spring-cloud-function-sample/pom.xml @@ -22,7 +22,6 @@ 1.0.0.BUILD-SNAPSHOT 1.0.0.M2 3.0.5.RELEASE - 1.5.1.RELEASE @@ -53,7 +52,6 @@ org.springframework.boot spring-boot-maven-plugin - ${spring-boot.version} org.springframework.boot.experimental diff --git a/spring-cloud-function-stream/pom.xml b/spring-cloud-function-stream/pom.xml index e3e34fe1b..fa8e43c0e 100644 --- a/spring-cloud-function-stream/pom.xml +++ b/spring-cloud-function-stream/pom.xml @@ -15,7 +15,6 @@ - 1.8 1.1.1.BUILD-SNAPSHOT diff --git a/spring-cloud-function-task/pom.xml b/spring-cloud-function-task/pom.xml index 4697a54cd..ff845d225 100644 --- a/spring-cloud-function-task/pom.xml +++ b/spring-cloud-function-task/pom.xml @@ -13,10 +13,6 @@ 1.0.0.BUILD-SNAPSHOT - - 1.8 - - org.springframework.cloud diff --git a/spring-cloud-function-web/pom.xml b/spring-cloud-function-web/pom.xml index 3830fbf7c..54439bca4 100644 --- a/spring-cloud-function-web/pom.xml +++ b/spring-cloud-function-web/pom.xml @@ -14,10 +14,6 @@ 1.0.0.BUILD-SNAPSHOT - - 1.8 - - org.springframework.boot