Chesnay Schepler created FLINK-24720:
----------------------------------------
Summary: Remove flink-runtime-web dependency from flink-tests
Key: FLINK-24720
URL: https://issues.apache.org/jira/browse/FLINK-24720
Project: Flink
Issue Type: Technical Debt
Components: Build System, Tests
Reporter: Chesnay Schepler
Assignee: Chesnay Schepler
Fix For: 1.15.0
For some reason flink-tests has a test dependency on flink-runtime-web and it's
test-jar.
>From what I can tell however these are entirely unused, and removing said
>dependency neither fails any test nor results in any additional test to be
>skipped.
I propose to remove these dependencies to simplify the dependency tree. This
means that developers only have to worry about the UI being built when they
build flink-dist/flink-docs. It also removes a bottleneck for parallel builds.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)