-
Notifications
You must be signed in to change notification settings - Fork 53
Fix build dependencies #338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR refactors the Maven build dependencies to improve dependency management across the semantic-kernel project. The changes consolidate common dependencies at parent module levels and standardize version management.
- Moved common dependencies to parent POMs to reduce duplication
- Added missing semantic-kernel-data-postgres dependency to the BOM
- Updated PMD plugin version from 3.21.2 to 3.27.0
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| semantickernel-bom/pom.xml | Added semantic-kernel-data-postgres dependency to BOM |
| semantickernel-api/pom.xml | Removed explicit phase configuration from maven dependency plugin |
| samples/semantickernel-sample-plugins/pom.xml | Added common semantic-kernel dependencies |
| samples/semantickernel-learn-resources/pom.xml | Removed explicit version declarations and added API dependencies |
| samples/semantickernel-demos/sk-presidio-sample/pom.xml | Removed dependencies that are now inherited from parent |
| samples/semantickernel-demos/semantickernel-spring-starter/pom.xml | Removed dependencies that are now inherited from parent |
| samples/semantickernel-demos/pom.xml | Added common semantic-kernel dependencies |
| samples/semantickernel-demos/booking-agent-m365/pom.xml | Removed dependencies that are now inherited from parent |
| samples/semantickernel-concepts/semantickernel-syntax-examples/pom.xml | Added multiple semantic-kernel API dependencies |
| pom.xml | Updated PMD plugin version and added dependency management entries |
| api-test/pom.xml | Added common semantic-kernel dependencies and spotless plugin version |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
d3r3kk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine.
Motivation and Context
Description
Contribution Checklist