rickyma commented on PR #1878: URL: https://github.com/apache/incubator-uniffle/pull/1878#issuecomment-2242508783
Because in Maven, dependencies with scope set to "provided" will be used during the compile and **test phases**, but they will not be included during runtime and packaging phases. So, if your test code requires these dependencies, they will be available during the test phase. But they will not work when running in production env as a jar. -- 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]
