dain / leveldb

Port of LevelDB to Java
Apache License 2.0
1.54k stars 429 forks source link

Publish uber jar on maven repository #104

Closed hbs closed 5 years ago

hbs commented 5 years ago

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?

hbs commented 5 years ago

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