Skip to content

Commit 8c718ca

Browse files
committed
Spring AI BOM updates
- Remove spring-ai-parent POM as its parent - This change is done to make Spring AI dependencies independent of Spring Boot Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
1 parent 0024e4d commit 8c718ca

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

spring-ai-bom/pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<modelVersion>4.0.0</modelVersion>
2121

22-
<parent>
23-
<groupId>org.springframework.ai</groupId>
24-
<artifactId>spring-ai-parent</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
26-
</parent>
27-
22+
<groupId>org.springframework.ai</groupId>
2823
<artifactId>spring-ai-bom</artifactId>
24+
<version>1.0.0-SNAPSHOT</version>
25+
2926
<packaging>pom</packaging>
3027

3128
<name>Spring AI BOM</name>
@@ -39,6 +36,10 @@
3936
<developerConnection>[email protected]:spring-projects/spring-ai.git</developerConnection>
4037
</scm>
4138

39+
<properties>
40+
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
41+
</properties>
42+
4243
<dependencyManagement>
4344
<dependencies>
4445

0 commit comments

Comments
 (0)