How to import cglib and objenesis for spring framework

23 Views Asked by At

I am trying to compile spring frame locally. In the spring-core module, it seems cglib and objenesis are not packed in the repo. I tried to manually import cglib-3.3.0.jar and objenesis-3.2.jar but seem it needs a spring repacked version. Anyone knows where I can get these jars? Thanks

0

There are 0 best solutions below