Fix Spring AI BOM flatten maven plugin configuration

- Make sure to keep the dependencyManagement entries

Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
This commit is contained in:
Ilayaperumal Gopinathan
2025-04-28 16:06:18 +01:00
parent 8deb23afe1
commit 363ebf8de6

View File

@@ -1273,7 +1273,7 @@
<flattenMode>ossrh</flattenMode>
<pomElements>
<distributionManagement>remove</distributionManagement>
<dependencyManagement>remove</dependencyManagement>
<dependencyManagement>keep</dependencyManagement>
<repositories>remove</repositories>
<scm>keep</scm>
<url>keep</url>