LuciferYang commented on PR #47705: URL: https://github.com/apache/spark/pull/47705#issuecomment-2283045686
Is it possible to add the `maven-dependency-plugin` in the `connect-client-jvm` module to collect dependencies for `ammonite` and its dependencies? Or alternatively, to collect dependencies with the `provided` scope (the collection result is roughly 50+1 jars now), and then control its execution through the `profile` mechanism. In fact, we may not be able to guarantee that the `connect-client-jvm` module will always only have one `provided` scope dependency like `ammonite`. If in the future, more dependencies with the `provide` scope are added to the `connect-client-jvm` module, will we need to add more configurations similar to what is currently done for `ammonite` in the `assembly` module? -- 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]
