When generating a jar from the latest build using the maven-shade plugin we get the error:
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes
jar -tvf ./target/golr-loader-0.0.1-SNAPSHOT.jar | grep -i \.dsa
5865 Mon Mar 05 10:19:24 PST 2018 META-INF/BCKEY.DSA
This might be related to adding neo4j-harness, but it is only in the test scope.
I've added a filter to the shade plugin that excludes SF, DSA, and RSA files, are there any security consequences from doing this?
When generating a jar from the latest build using the maven-shade plugin we get the error:
jar -tvf ./target/golr-loader-0.0.1-SNAPSHOT.jar | grep -i \.dsa 5865 Mon Mar 05 10:19:24 PST 2018 META-INF/BCKEY.DSA
This might be related to adding neo4j-harness, but it is only in the test scope.
I've added a filter to the shade plugin that excludes SF, DSA, and RSA files, are there any security consequences from doing this?