Closed groldan closed 5 years ago
The following dependencies should be removed from core:
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.
RevObjectSerializer
The following dependencies should be removed from
core
:They're used to support compression on
RevObjectSerializer
implementations. Code that needs them should add the dependencies on themselves though.