summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 03df93e7672..3860f4a2c50 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -187,16 +187,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.1.1</version>
- <dependencies>
- <!-- TODO: Remove for shade-plugin 3.1.2 - https://issues.apache.org/jira/browse/MSHADE-289 -->
- <dependency>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm</artifactId>
- <version>${asm.version}</version>
- </dependency>
- </dependencies>
- </plugin>
+ <version>${maven-shade-plugin.version}</version>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
@@ -739,6 +731,7 @@
xargs perl -pi -e 's/major = [0-9]+, minor = [0-9]+, micro = [0-9]+/major = 2, minor = 9, micro = 1/g'
-->
<curator.version>2.9.1</curator.version>
+ <maven-shade-plugin.version>3.2.1</maven-shade-plugin.version>
<maven-plugin-tools.version>3.6.0</maven-plugin-tools.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>