Fix assembly that collects all of the starter poms

Closes gh-5267
This commit is contained in:
Andy Wilkinson 2016-03-30 15:09:56 +01:00
parent fec53970f7
commit 491ab3dd31
2 changed files with 0 additions and 7 deletions

View File

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

View File

@ -8,7 +8,6 @@
<includeBaseDirectory>false</includeBaseDirectory> <includeBaseDirectory>false</includeBaseDirectory>
<moduleSets> <moduleSets>
<moduleSet> <moduleSet>
<useAllReactorProjects>true</useAllReactorProjects>
<sources> <sources>
<fileSets> <fileSets>
<fileSet> <fileSet>