SciGraph / golr-loader

Convert SciGraph queries into json that can be loaded by Golr
Apache License 2.0
1 stars 3 forks source link

Fix for invalid signature file #40

Closed kshefchek closed 6 years ago

kshefchek commented 6 years ago

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?