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 - - -