Skip to content

Commit

Permalink
Add commons-net exclusion to hadoop2
Browse files Browse the repository at this point in the history
  • Loading branch information
proceane committed Feb 16, 2023
1 parent 4b3a9ab commit 3fcf986
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zeppelin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,12 @@
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
<scope>${hadoop.deps.scope}</scope>
<exclusions>
<exclusion>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3fcf986

Please sign in to comment.