dombizita opened a new pull request #2671: URL: https://github.com/apache/ozone/pull/2671
This reverts commit e8b15f4223fe4ac225c41fda832591dedb32b523. ## What changes were proposed in this pull request? This pull request is reverting the changes in HDDS-5695. Previously the Zookeeper and Curator dependencies were deleted, as we thought they were unnecessary. But later we found out, that in the CI the server couldn't start, because the it is unable to initialize WebAppContext. It happened because the DelegationTokenAuthenticationFilter class is using Zookeeper through curator, as the class is using delegation tokens and the token details are stored in ZooKeeper. So the ZK and the Curator dependencies are needed. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5695 ## How was this patch tested? Built it without problems. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
