Skip to content

Commit 363ebf8

Browse files
committed
Fix Spring AI BOM flatten maven plugin configuration
- Make sure to keep the dependencyManagement entries Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
1 parent 8deb23a commit 363ebf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@
12731273
<flattenMode>ossrh</flattenMode>
12741274
<pomElements>
12751275
<distributionManagement>remove</distributionManagement>
1276-
<dependencyManagement>remove</dependencyManagement>
1276+
<dependencyManagement>keep</dependencyManagement>
12771277
<repositories>remove</repositories>
12781278
<scm>keep</scm>
12791279
<url>keep</url>

0 commit comments

Comments
 (0)