Skip to content
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

Added additional dependencies #159

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

fernst
Copy link
Contributor

@fernst fernst commented Feb 16, 2023

No description provided.

@@ -260,6 +263,21 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we use dependencyManagement to overwrite transitive dependency versions? Then we can also remove the manual exclusions we did as part of the vulnerability fixes

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In this case, the dependences versions were missing from the JAR due to previous exclusions.

Copy link
Contributor

@dli357 dli357 Feb 17, 2023

Choose a reason for hiding this comment

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

Right, in that case dependencyManagement can allow us to overwrite those transitive dependencies without having to manually include them, i.e. we can remove the exclusions added in #141.

Copy link
Contributor

Choose a reason for hiding this comment

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

See cdapio/hydrator-plugins#1747 for an example.

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