Skip to content

Commit abeafb3

Browse files
committed
Merge branch '2.1.x'
Closes gh-18877
2 parents 36b1f65 + 987a5f8 commit abeafb3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ The following listing shows a typical `pom.xml` file:
128128
<version>{spring-boot-version}</version>
129129
</parent>
130130
131+
<!-- Override inherited license and developers -->
132+
<licenses>
133+
<license />
134+
</licenses>
135+
<developers>
136+
<developer />
137+
</developers>
138+
131139
<!-- Add typical dependencies for a web application -->
132140
<dependencies>
133141
<dependency>
@@ -461,6 +469,13 @@ Open your favorite text editor and add the following:
461469
<version>{spring-boot-version}</version>
462470
</parent>
463471
472+
<licenses>
473+
<license />
474+
</licenses>
475+
<developers>
476+
<developer />
477+
</developers>
478+
464479
<!-- Additional lines to be added here... -->
465480
466481
ifeval::["{spring-boot-artifactory-repo}" != "release"]

0 commit comments

Comments
 (0)