mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Use shared download plugin version
This commit is contained in:
parent
7ef8a7bcfb
commit
5a9c966a63
2 changed files with 13 additions and 3 deletions
7
pom.xml
7
pom.xml
|
|
@ -122,6 +122,7 @@
|
|||
<plugin.clean.version>2.6.1</plugin.clean.version>
|
||||
<plugin.lifecycle.mapping.version>1.0.0</plugin.lifecycle.mapping.version>
|
||||
<plugin.antrun.version>1.7</plugin.antrun.version>
|
||||
<plugin.download.version>1.3.0</plugin.download.version>
|
||||
<plugin.deploy.version>2.8.2</plugin.deploy.version>
|
||||
|
||||
<PermGen>64m</PermGen>
|
||||
|
|
@ -527,6 +528,12 @@
|
|||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>com.googlecode.maven-download-plugin</groupId>
|
||||
<artifactId>download-maven-plugin</artifactId>
|
||||
<version>${plugin.download.version}</version>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
|
|
|
|||
|
|
@ -800,7 +800,6 @@
|
|||
</repositories>
|
||||
</profile>
|
||||
|
||||
|
||||
<profile>
|
||||
<id>yarn</id>
|
||||
<dependencies>
|
||||
|
|
@ -825,7 +824,6 @@
|
|||
<plugin>
|
||||
<groupId>com.googlecode.maven-download-plugin</groupId>
|
||||
<artifactId>download-maven-plugin</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>download-pyspark-files</id>
|
||||
|
|
@ -889,7 +887,6 @@
|
|||
<plugin>
|
||||
<groupId>com.googlecode.maven-download-plugin</groupId>
|
||||
<artifactId>download-maven-plugin</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>download-sparkr-files</id>
|
||||
|
|
@ -958,6 +955,12 @@
|
|||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>com.googlecode.maven-download-plugin</groupId>
|
||||
<artifactId>download-maven-plugin</artifactId>
|
||||
<version>${plugin.download.version}</version>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in a new issue