normanj-bitquill commented on issue #38051: URL: https://github.com/apache/arrow/issues/38051#issuecomment-2165997561
@jduo There is no option to force using the classpath. You are probably thinking of "useModulePath", which can be true or false. When you target Java 9 or higher, that only controls what happens to dependencies that do not have a `module-info.java` file. Maven will always use the module-path for dependencies with a `module-info.java` file. -- 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]
