Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ZEPPELIN-6101][FOLLOWUP] Fix build with profile include-hadoop
### What is this PR for? when building with `-Pinclude-hadoop`, `com.google.code.findbugs:jsr305`'s scope becomes runtime thus failing the build. ### What type of PR is it? Bug Fix ### Todos ### What is the Jira issue? ZEPPELIN-6101 ### How should this be tested? tested with the command `./mvnw clean package -Pbuild-distr -DskipTests -Pinclude-hadoop` ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #4859 from pan3793/ZEPPELIN-6101-followup. Signed-off-by: Philipp Dallig <[email protected]>
- Loading branch information