dain / leveldb

Port of LevelDB to Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish uber jar on maven repository

hbs opened this issue · comments

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?

Never mind, the classifier was incorrectly specified in the test I ran.