-
Notifications
You must be signed in to change notification settings - Fork 180
HBASE-23606 Removed deprecations of external dependencies #59
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
|
Refer to this link for build results (access rights to CI server needed): |
|
🎊 +1 overall
This message was automatically generated. |
spark/hbase-spark-it/pom.xml
Outdated
| <groupId>org.apache.commons</groupId> | ||
| <artifactId>commons-text</artifactId> | ||
| </dependency> | ||
|
|
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 dependency is used only in the unit tests and only at one place. Is it really required just for generating a random string?
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.
Good point. I just moved from the deprecated one to the new one. Completely removed this dependency with the latest changes.
|
🎊 +1 overall
This message was automatically generated. |
No description provided.