Fix assembly that collects all of the starter poms
Closes gh-5267
This commit is contained in:
parent
fec53970f7
commit
491ab3dd31
|
|
@ -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 @@
|
||||||
<includeBaseDirectory>false</includeBaseDirectory>
|
<includeBaseDirectory>false</includeBaseDirectory>
|
||||||
<moduleSets>
|
<moduleSets>
|
||||||
<moduleSet>
|
<moduleSet>
|
||||||
<useAllReactorProjects>true</useAllReactorProjects>
|
|
||||||
<sources>
|
<sources>
|
||||||
<fileSets>
|
<fileSets>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue