[
https://issues.apache.org/jira/browse/FLINK-16172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-16172.
------------------------------------
Resolution: Fixed
master:
8587ce8dacb2b6c9fae1d3d3fd923ee0a32b7ee4
a762e76c0fa270367a6cf6cebca807ba80e124ae
> Add baseline set of allowed unused dependencies
> -----------------------------------------------
>
> Key: FLINK-16172
> URL: https://issues.apache.org/jira/browse/FLINK-16172
> Project: Flink
> Issue Type: Sub-task
> Components: Build System
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> We define several dependencies in our root pom, usually for logging (e.g.,
> log4j), testing (e.g., junit) or build purposes (e.g., force-shading), to
> reduce noise in downstream modules.
> These commonly show up as unused, because they may actually not be used (like
> junit in uber modules), are used indirectly (log4j implementation) or don't
> contain any classes (force-shading).
> We should define a baseline for unused dependencies that we allow.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)