forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-4298: [Java] Add javax.annotation-api dependency for JDK >= 9
JDK9 and onwards removed/renamed @generated annotation used by code generation tool like grpc, causing build failures. Adding javax.annotation-api dependency as a substitute and exclude it from the dependency check as only used at compilation time but not preserved at runtime. Author: Laurent Goujon <[email protected]> Closes apache#3459 from laurentgo/laurentgo/ARROW-4298 and squashes the following commits: a184b82 <Laurent Goujon> ARROW-4298: Add javax.annotation-api dependency
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters