Skip to content

Conversation

@nicolaskrier
Copy link
Contributor

@nicolaskrier nicolaskrier commented Dec 15, 2025

  • Use Maven transitivity to obtain test dependencies from spring-ai-test module
  • Use Maven transitivity to obtain testcontainers dependency
  • Add missing test scopes
  • Use Oracle JDBC driver version managed by Spring Boot
  • Use variable for Redis Testcontainers version
  • Add missing license headers

- Use Maven transitivity to obtain test dependencies from spring-ai-test module
- Use Maven transitivity to obtain testcontainers dependency
- Add missing test scopes
- Use Oracle JDBC driver version managed by Spring Boot
- Use variable for Redis Testcontainers version
- Add missing license headers

Signed-off-by: Nicolas Krier <7557886+nicolaskrier@users.noreply.github.com>
@nicolaskrier nicolaskrier marked this pull request as ready for review December 16, 2025 21:53
<exclusion>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>
<groupId>org.skyscreamer</groupId>
Copy link
Contributor Author

@nicolaskrier nicolaskrier Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • I think this exclusion here is easiest to understand.
  • Modules using jsonassert also require android-json. That is why I had to add jsonassert dependency to some modules.

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.

1 participant