mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
uncomment maven-dependency-plugin.
This commit is contained in:
parent
af728bd2cd
commit
c899b151fc
1 changed files with 7 additions and 7 deletions
|
|
@ -128,13 +128,13 @@
|
|||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<!--<plugin>-->
|
||||
<!--<groupId>org.apache.maven.plugins</groupId>-->
|
||||
<!--<artifactId>maven-dependency-plugin</artifactId>-->
|
||||
<!--<configuration>-->
|
||||
<!--<skip>true</skip>-->
|
||||
<!--</configuration>-->
|
||||
<!--</plugin>-->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
|
|||
Loading…
Reference in a new issue