-
Notifications
You must be signed in to change notification settings - Fork 1k
PHOENIX-7613 Update Apache parent pom to 31 #2172
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
base: master
Are you sure you want to change the base?
Conversation
/** | ||
* To check if TTL is defined at any of the child below we are checking it at | ||
* {@link org.apache.phoenix.coprocessor.MetaDataEndpointImpl#mutateColumn(List, ColumnMutator, int, PTable, PTable, boolean)} | ||
* level where in function |
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 is fixing an unrelated spotless violation that crept in.
This causes new dependcy errors to be reported. |
I had to clean up some dependencies to satisfy the new maven-dependency-plugin. |
Thanks. |
also clean up some test/compile dependency scopes
No description provided.