aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client
diff options
context:
space:
mode:
Diffstat (limited to 'vespa-http-client')
-rw-r--r--vespa-http-client/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/vespa-http-client/pom.xml b/vespa-http-client/pom.xml
index f2a21a259b0..b25f54362ed 100644
--- a/vespa-http-client/pom.xml
+++ b/vespa-http-client/pom.xml
@@ -172,10 +172,12 @@
<outputFile>target/${project.artifactId}-jar-with-dependencies.jar</outputFile>
<filters>
<filter>
+ <!-- Don't include signature files in uber jar (most likely from bouncycastle). -->
<artifact>*:*</artifact>
<excludes>
- <exclude>META-INF/**</exclude>
- <exclude>module-info.class</exclude>
+ <exclude>META-INF/*.SF</exclude>
+ <exclude>META-INF/*.DSA</exclude>
+ <exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>