mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
increase the maven-shade-plugin version to 3.1.1
This commit is contained in:
parent
453be73abb
commit
2f282f0804
3 changed files with 1 additions and 2 deletions
1
pom.xml
1
pom.xml
|
|
@ -142,6 +142,7 @@
|
|||
<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>
|
||||
<plugin.shade.version>3.1.1</plugin.shade.version>
|
||||
|
||||
<PermGen>64m</PermGen>
|
||||
<MaxPermGen>512m</MaxPermGen>
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@
|
|||
**/PythonInterpreterMatplotlibTest.java
|
||||
</python.test.exclude>
|
||||
<grpc.version>1.4.0</grpc.version>
|
||||
<plugin.shade.version>2.4.1</plugin.shade.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@
|
|||
<datanucleus.core.version>3.2.10</datanucleus.core.version>
|
||||
|
||||
<!--plugin versions-->
|
||||
<plugin.shade.version>2.4.1</plugin.shade.version>
|
||||
<plugin.scala.version>2.15.2</plugin.scala.version>
|
||||
<!-- spark versions -->
|
||||
<spark.version>2.2.0</spark.version>
|
||||
|
|
|
|||
Loading…
Reference in a new issue