Skip to content

Commit 810e197

Browse files
committed
Use flatten mode bom when producing the BOM.
Related: #1290.
1 parent 6eaef63 commit 810e197

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spring-ws-bom/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,7 @@
103103
<artifactId>flatten-maven-plugin</artifactId>
104104
<version>1.2.5</version>
105105
<configuration>
106-
<updatePomFile>true</updatePomFile>
107-
<pomElements>
108-
<dependencyManagement>expand</dependencyManagement>
109-
</pomElements>
106+
<flattenMode>bom</flattenMode>
110107
</configuration>
111108
<executions>
112109
<execution>

0 commit comments

Comments
 (0)