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.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/application-preprocessor/pom.xml b/application-preprocessor/pom.xml
index a021577f838..45989770da9 100644
--- a/application-preprocessor/pom.xml
+++ b/application-preprocessor/pom.xml
@@ -75,17 +75,6 @@
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<finalName>${project.artifactId}-jar-with-dependencies</finalName>
- <filters>
- <filter>
- <!-- Don't include signature files from bouncycastle in uber jar. -->
- <artifact>*:*</artifact>
- <excludes>
- <exclude>META-INF/*.SF</exclude>
- <exclude>META-INF/*.DSA</exclude>
- <exclude>META-INF/*.RSA</exclude>
- </excludes>
- </filter>
- </filters>
</configuration>
<executions>
<execution>