Browse Source

Remove redundant spring-boot-starter dependencies from starters

Closes gh-14078
pull/13498/merge
Jan Groot 7 years ago committed by Andy Wilkinson
parent
commit
40d8726d47
  1. 4
      spring-boot-project/spring-boot-starters/spring-boot-starter-batch/pom.xml
  2. 4
      spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml
  3. 4
      spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml
  4. 4
      spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml
  5. 4
      spring-boot-project/spring-boot-starters/spring-boot-starter-integration/pom.xml
  6. 4
      spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml
  7. 4
      spring-boot-project/spring-boot-starters/spring-boot-starter-jooq/pom.xml
  8. 4
      spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml
  9. 4
      spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml
  10. 4
      spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml
  11. 4
      spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/pom.xml

4
spring-boot-project/spring-boot-starters/spring-boot-starter-batch/pom.xml

@ -14,10 +14,6 @@
<main.basedir>${basedir}/../../..</main.basedir> <main.basedir>${basedir}/../../..</main.basedir>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId> <artifactId>spring-boot-starter-jdbc</artifactId>

4
spring-boot-project/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml

@ -14,10 +14,6 @@
<main.basedir>${basedir}/../../..</main.basedir> <main.basedir>${basedir}/../../..</main.basedir>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId> <artifactId>spring-boot-starter-aop</artifactId>

4
spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml

@ -15,10 +15,6 @@
<main.basedir>${basedir}/../../..</main.basedir> <main.basedir>${basedir}/../../..</main.basedir>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId> <artifactId>spring-boot-starter-json</artifactId>

4
spring-boot-project/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml

@ -14,10 +14,6 @@
<main.basedir>${basedir}/../../..</main.basedir> <main.basedir>${basedir}/../../..</main.basedir>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>

4
spring-boot-project/spring-boot-starters/spring-boot-starter-integration/pom.xml

@ -14,10 +14,6 @@
<main.basedir>${basedir}/../../..</main.basedir> <main.basedir>${basedir}/../../..</main.basedir>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId> <artifactId>spring-boot-starter-aop</artifactId>

4
spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml

@ -15,10 +15,6 @@
<main.basedir>${basedir}/../../..</main.basedir> <main.basedir>${basedir}/../../..</main.basedir>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId> <artifactId>spring-boot-starter-json</artifactId>

4
spring-boot-project/spring-boot-starters/spring-boot-starter-jooq/pom.xml

@ -15,10 +15,6 @@
<main.basedir>${basedir}/../../..</main.basedir> <main.basedir>${basedir}/../../..</main.basedir>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId> <artifactId>spring-boot-starter-jdbc</artifactId>

4
spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml

@ -22,10 +22,6 @@
<groupId>javax.xml.ws</groupId> <groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId> <artifactId>jaxws-api</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>

4
spring-boot-project/spring-boot-starters/spring-boot-starter-web/pom.xml

@ -15,10 +15,6 @@
<main.basedir>${basedir}/../../..</main.basedir> <main.basedir>${basedir}/../../..</main.basedir>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId> <artifactId>spring-boot-starter-json</artifactId>

4
spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml

@ -15,10 +15,6 @@
<main.basedir>${basedir}/../../..</main.basedir> <main.basedir>${basedir}/../../..</main.basedir>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId> <artifactId>spring-boot-starter-json</artifactId>

4
spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/pom.xml

@ -15,10 +15,6 @@
<main.basedir>${basedir}/../../..</main.basedir> <main.basedir>${basedir}/../../..</main.basedir>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>

Loading…
Cancel
Save