The version of Guava used in leveldb (21.0) causes some compatibility problems with lower versions og guava that may be used elsewhere in the code where leveldb is used.
The pom.xml has provision for building an uber jar with a shaded guava but it seems this jar is not published on a public maven repository. Could this be done?
The version of Guava used in leveldb (21.0) causes some compatibility problems with lower versions og guava that may be used elsewhere in the code where leveldb is used.
The pom.xml has provision for building an uber jar with a shaded guava but it seems this jar is not published on a public maven repository. Could this be done?