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 001c9cd commit 8b5f3a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions zeppelin-plugins/notebookrepo/filesystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-dependency-convergence</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 8b5f3a4

Please sign in to comment.