mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix unit test
This commit is contained in:
parent
1e57afe276
commit
55e6f88afa
1 changed files with 8 additions and 0 deletions
|
|
@ -78,6 +78,14 @@
|
|||
<plugin>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>copy-dependencies</id>
|
||||
<phase>none</phase>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
<execution>
|
||||
<id>copy-interpreter-dependencies</id>
|
||||
<phase>package</phase>
|
||||
|
|
|
|||
Loading…
Reference in a new issue