freeznet opened a new pull request #10513: URL: https://github.com/apache/pulsar/pull/10513
Fixes #9640 Part 1 ### Motivation Module `pulsar-client-admin-api` has been introduced in #9246, but it pulling in many dependencies. That is undesirable for an "API" module. As @sijie @merlimat and @jerrypeng suggests, this pr resolves the issue and make `pulsar-client-admin-api` has minimal transient dependences. This PR removes `pulsar-client-original` from the dependency, and resolves the issues. Later there will be sepreate PRs to remove other dependencies like `pulsar-common` and `pulsar-package-core`. I will close #9842 and keep update here. ### Modifications remove `pulsar-client-original` from `pulsar-client-admin-api`. ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
