From 5a4ac124ba6eeb2ac42c335c1066fef465593695 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Jun 2014 15:16:17 +0100 Subject: [PATCH] Remove superfluous starter dependencies Remove superfluous dependencies from spring-boot-starter-tomcat and spring-boot-starter-jetty which caused gradle based builds to put too many libraries in `/lib-provided` when building a war. Fixes gh-1064 --- .../spring-boot-starter-jetty/pom.xml | 14 -------------- .../spring-boot-starter-tomcat/pom.xml | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/spring-boot-starters/spring-boot-starter-jetty/pom.xml b/spring-boot-starters/spring-boot-starter-jetty/pom.xml index eebb0ebfa3a..96a315dceeb 100644 --- a/spring-boot-starters/spring-boot-starter-jetty/pom.xml +++ b/spring-boot-starters/spring-boot-starter-jetty/pom.xml @@ -18,10 +18,6 @@ ${basedir}/../.. - - org.springframework.boot - spring-boot-starter - org.eclipse.jetty jetty-webapp @@ -30,15 +26,5 @@ org.eclipse.jetty jetty-jsp - - org.springframework - spring-core - - - commons-logging - commons-logging - - - diff --git a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml index 8585ca14b00..2895e024bcc 100644 --- a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml +++ b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml @@ -18,10 +18,6 @@ ${basedir}/../.. - - org.springframework.boot - spring-boot-starter - org.apache.tomcat.embed tomcat-embed-core @@ -34,15 +30,5 @@ org.apache.tomcat.embed tomcat-embed-logging-juli - - org.springframework - spring-core - - - commons-logging - commons-logging - - -