Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmoday committed Sep 14, 2024
1 parent 97f526b commit 512d999
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion zeppelin-plugins/notebookrepo/filesystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<profile>
<id>hadoop3</id>
<properties>
<hadoop.version>${hadoop3.2.version}</hadoop.version>
<hadoop.version>${hadoop3.3.version}</hadoop.version>
</properties>

<dependencies>
Expand All @@ -84,6 +84,12 @@
<artifactId>hadoop-client</artifactId>
<scope>provided</scope>
<version>${hadoop.version}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand All @@ -95,6 +101,10 @@
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-client</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
Expand Down

0 comments on commit 512d999

Please sign in to comment.