I am migrating an old project from Ant to Gradle (yes, there is still an Ant-based project in 2014). It has all sorts of nonsense thrown into its lib/
dir, and I'm very keen on dumping anything unnecessary as part of this migration.
The project is based on Spring 3.0.5
and Jersey 1.8
. It is not using Hibernate but instead using Cassandra. The project seems to think it needs javassist 3.12.0
, but didn't pull cglib
.
I thought I had some vague recollection of perhaps one of these optionally using javassist, but it seems by recollection is lying to me. Is it safe to remove this dependency?