Commit 491ab3dd authored by Andy Wilkinson's avatar Andy Wilkinson

Fix assembly that collects all of the starter poms

Closes gh-5267
parent fec53970
...@@ -39,12 +39,6 @@ ...@@ -39,12 +39,6 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-loader-tools</artifactId> <artifactId>spring-boot-loader-tools</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<type>pom</type>
<version>${project.version}</version>
</dependency>
<!-- Optional deps required when generating Javadoc with Java 8 --> <!-- Optional deps required when generating Javadoc with Java 8 -->
<dependency> <dependency>
<groupId>ch.qos.logback</groupId> <groupId>ch.qos.logback</groupId>
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
<includeBaseDirectory>false</includeBaseDirectory> <includeBaseDirectory>false</includeBaseDirectory>
<moduleSets> <moduleSets>
<moduleSet> <moduleSet>
<useAllReactorProjects>true</useAllReactorProjects>
<sources> <sources>
<fileSets> <fileSets>
<fileSet> <fileSet>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment