Skip to content

Commit 491ab3d

Browse files
committed
Fix assembly that collects all of the starter poms
Closes spring-projectsgh-5267
1 parent fec5397 commit 491ab3d

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

spring-boot-docs/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@
3939
<groupId>org.springframework.boot</groupId>
4040
<artifactId>spring-boot-loader-tools</artifactId>
4141
</dependency>
42-
<dependency>
43-
<groupId>org.springframework.boot</groupId>
44-
<artifactId>spring-boot-starters</artifactId>
45-
<type>pom</type>
46-
<version>${project.version}</version>
47-
</dependency>
4842
<!-- Optional deps required when generating Javadoc with Java 8 -->
4943
<dependency>
5044
<groupId>ch.qos.logback</groupId>

spring-boot-starters/src/main/assembly/starter-poms-assembly.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<includeBaseDirectory>false</includeBaseDirectory>
99
<moduleSets>
1010
<moduleSet>
11-
<useAllReactorProjects>true</useAllReactorProjects>
1211
<sources>
1312
<fileSets>
1413
<fileSet>

0 commit comments

Comments
 (0)