Skip to content

Commit

Permalink
[ZEPPELIN-6101][FOLLOWUP] Fix build with profile include-hadoop
Browse files Browse the repository at this point in the history
### 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
pan3793 authored Oct 7, 2024
1 parent 356b525 commit a2301f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zeppelin-interpreter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
<artifactId>gson</artifactId>
</dependency>

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
Expand Down

0 comments on commit a2301f3

Please sign in to comment.