Skip to content

Commit 0d78323

Browse files
abel533philwebb
authored andcommitted
Resolve errors in layers.xsd
Update `layer-*.xsd` files with following fixes: - Rename <includeProjectDependencies> to <includeModuleDependencies> - Rename <excludeProjectDependencies> to <excludeModuleDependencies> See gh-31126
1 parent bf3c6df commit 0d78323

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/xsd/layers-2.4.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@
7878
<xsd:complexContent>
7979
<xsd:extension base="intoType">
8080
<xsd:choice minOccurs="0">
81-
<xsd:element type="xsd:string" name="includeProjectDependencies" minOccurs="0">
81+
<xsd:element type="xsd:string" name="includeModuleDependencies" minOccurs="0">
8282
<xsd:annotation>
8383
<xsd:documentation><![CDATA[
8484
Include dependencies on other modules in the build.
8585
]]></xsd:documentation>
8686
</xsd:annotation>
8787
</xsd:element>
88-
<xsd:element type="xsd:string" name="excludeProjectDependencies" minOccurs="0">
88+
<xsd:element type="xsd:string" name="excludeModuleDependencies" minOccurs="0">
8989
<xsd:annotation>
9090
<xsd:documentation><![CDATA[
9191
Exclude dependencies on other modules in the build.

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/xsd/layers-2.5.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@
7878
<xsd:complexContent>
7979
<xsd:extension base="intoType">
8080
<xsd:choice minOccurs="0">
81-
<xsd:element type="xsd:string" name="includeProjectDependencies" minOccurs="0">
81+
<xsd:element type="xsd:string" name="includeModuleDependencies" minOccurs="0">
8282
<xsd:annotation>
8383
<xsd:documentation><![CDATA[
8484
Include dependencies on other modules in the build.
8585
]]></xsd:documentation>
8686
</xsd:annotation>
8787
</xsd:element>
88-
<xsd:element type="xsd:string" name="excludeProjectDependencies" minOccurs="0">
88+
<xsd:element type="xsd:string" name="excludeModuleDependencies" minOccurs="0">
8989
<xsd:annotation>
9090
<xsd:documentation><![CDATA[
9191
Exclude dependencies on other modules in the build.

0 commit comments

Comments
 (0)