summaryrefslogtreecommitdiffstats
path: root/application-preprocessor/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'application-preprocessor/pom.xml')
-rw-r--r--application-preprocessor/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/application-preprocessor/pom.xml b/application-preprocessor/pom.xml
index 45989770da9..644903e79dd 100644
--- a/application-preprocessor/pom.xml
+++ b/application-preprocessor/pom.xml
@@ -75,6 +75,7 @@
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<finalName>${project.artifactId}-jar-with-dependencies</finalName>
+ <createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
<executions>
<execution>