Remove maven-dependency-plugin from zeppelin-interpreter-parent

This commit is contained in:
Philipp Dallig 2021-09-16 09:19:33 +02:00
parent ff562e246d
commit aa5d203d9b

View file

@ -160,21 +160,6 @@
</configuration>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>process-test-resources</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<skip>true</skip>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>