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
  • Loading branch information
pan3793 committed Oct 3, 2024
1 parent 5c1145f commit 56f174c
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 56f174c

Please sign in to comment.