From 5f9205ddd795b1bce5941382d0b0fa63bb6625fe Mon Sep 17 00:00:00 2001 From: Bryson Gibbons Date: Tue, 30 Jan 2018 21:47:16 -0800 Subject: [PATCH] Fix a issue with the packaged .jar by removing dependency signature files from it. --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 622487e4..ffe25697 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,14 @@ + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + it.unimi.dsi:fastutil