-
Notifications
You must be signed in to change notification settings - Fork 26
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
chore: exclude grpc-android from bom validation #6189
Conversation
builder.append(" <version>").append(version).append("</version>\n"); | ||
builder.append(" <type>pom</type>\n"); | ||
builder.append(" <scope>import</scope>\n"); | ||
builder.append(" <exclusions>\n"); |
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.
I don't think dependencyManagement's "import" type can take exclusion.
If it works, can you add your observation when you run this with the latest grpc-bom?
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.
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.
Verified that with changes in f965cf7, the tmp/validation-bom/pom.xml doesn't contain
grpc-android`
First, ensure you know how to run the class. |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.