[
https://issues.apache.org/jira/browse/ARROW-15889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17503624#comment-17503624
]
David Li commented on ARROW-15889:
----------------------------------
CC [~dsusanibara] if you would like to take a look at this (fix is probably
similar to [https://github.com/apache/arrow/pull/12550])
> [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: FlightRPC, Java
> Reporter: David Li
> Priority: Major
>
> 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.
> [https://github.com/ursacomputing/crossbow/runs/5476050658?check_suite_focus=true]
> {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)