nicoloboschi opened a new pull request, #16370: URL: https://github.com/apache/pulsar/pull/16370
### Motivation `pulsar-client-tools` imports `pulsar-websocket` to run commands using the jetty websocket-client. `pulsar-websocket` has huge dependencies since it depends on `pulsar-broker-common`. This is useful in case you want to package the client-tools module in a standalone artifact (like https://github.com/apache/pulsar/pull/16332) ### Modifications * Import only what needed to make it compilable (websocket client and swagger) It doesn't affect the runtime execution since the classpath used by the CLI tools is the same as other commands - [x] `doc-not-needed` -- 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]
