David Li created ARROW-15889:
--------------------------------
Summary: [Java][FlightRPC] "Used undeclared dependencies found"
due to netty-transport-native-kqueue
Key: ARROW-15889
URL: https://issues.apache.org/jira/browse/ARROW-15889
Project: Apache Arrow
Issue Type: Bug
Components: Java
Reporter: David Li
Similar to ARROW-15831 we should remove kqueue from the dependencies (it's not
strictly required). This is causing the java-jars build to fail.
{noformat}
2022-03-09T12:56:20.3740860Z [INFO] ---
maven-dependency-plugin:3.0.1:analyze-only (analyze) @ flight-core ---
2022-03-09T12:56:20.5028740Z [WARNING] Used undeclared dependencies found:
2022-03-09T12:56:20.5030090Z [WARNING]
io.netty:netty-transport-classes-kqueue:jar:4.1.72.Final:compile
2022-03-09T12:56:20.5030840Z [WARNING] Unused declared dependencies found:
2022-03-09T12:56:20.5036430Z [WARNING]
io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.72.Final:compile
2022-03-09T12:56:20.5037370Z [INFO]
------------------------------------------------------------------------
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)