locationtech / geogig

GeoGig project
Other
402 stars 80 forks source link

Remove direct dependencies from core that contain embedded native libraries #483

Closed groldan closed 5 years ago

groldan commented 5 years ago

The following dependencies should be removed from core:

com.ning:compress-lzf:jar:1.0.3:compile
net.jpountz.lz4:lz4:jar:1.3.0:compile

They're used to support compression on RevObjectSerializer implementations. Code that needs them should add the dependencies on themselves though.