Skip to content

remove Spring AI Dependencies, replace by spring-ai-bom; add flatten-maven-plugin#17

Closed
lambochen wants to merge 2 commits intospring-ai-community:mainfrom
lambochen:feature/repeat_dep
Closed

remove Spring AI Dependencies, replace by spring-ai-bom; add flatten-maven-plugin#17
lambochen wants to merge 2 commits intospring-ai-community:mainfrom
lambochen:feature/repeat_dep

Conversation

@lambochen
Copy link
Copy Markdown

@lambochen lambochen commented Dec 19, 2025

Remove duplicate Spring AI dependencies, as they are already managed by spring-ai-bom.

<!-- Spring AI BOM -->
            <dependency>
                <groupId>org.springframework.ai</groupId>
                <artifactId>spring-ai-bom</artifactId>
                <version>${spring-ai.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>

@lambochen lambochen changed the title remove Spring AI Dependencies, replace by spring-ai-bom remove Spring AI Dependencies, replace by spring-ai-bom; add flatten-maven-plugin Dec 19, 2025
@markpollack
Copy link
Copy Markdown
Contributor

Thank you for the contribution, @lambochen! Using spring-ai-bom for dependency management is a good idea.

The parent POM has been restructured significantly since this PR was opened (artifact renames, module reorganization in v0.11.0), so this PR would need a complete rewrite to apply cleanly. Closing as stale.

If you'd like to revisit this against the current codebase, we'd welcome a fresh PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants