aboutsummaryrefslogtreecommitdiffstats
path: root/security-tools/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'security-tools/pom.xml')
-rw-r--r--security-tools/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/security-tools/pom.xml b/security-tools/pom.xml
index f4511110fb7..424b5002d1d 100644
--- a/security-tools/pom.xml
+++ b/security-tools/pom.xml
@@ -49,6 +49,7 @@
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<finalName>${project.artifactId}-jar-with-dependencies</finalName>
+ <createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
<executions>
<execution>