-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-13818. Remove dnsjava.version #9557
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
|
@Russole thanks for the patch! |
adoroszlai
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.
Thanks @Russole for the patch.
| <exclusion> | ||
| <groupId>dnsjava</groupId> | ||
| <artifactId>dnsjava</artifactId> | ||
| </exclusion> |
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.
This should not be removed.
|
Thanks @rich7420 and @adoroszlai for the reviews. |
echonesis
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.
Thanks @Russole
LGTM!
|
Thanks @Russole for the patch, @echonesis, @rich7420 for the review. |
|
thanks @Russole , @echonesis , @adoroszlai ! |
What changes were proposed in this pull request?
dnsjavadependency and version definition from the Ozone root POM.dnsjavaexclusions to allow it to be resolved via Hadoop-managed dependencies.dnsjava.What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-13818
How was this patch tested?
I relied on existing unit and integration tests, and verified that the full CI passed on my fork.
Please let me know if additional tests are needed.