Remove cloning depenency
The cloning dependency will be trouble for Java 16 and up, since the reflective access it needs is now forbidden by default. As it is also [not really maintained right now](https://github.com/kostaskougios/cloning/issues/105), we should look into alternatives.
issue