1This mockito subproject repackages cglib + asm to avoid problems with conflicting versions.
2
3Unfortunately, jarjar was not able to repackage sources 
4therefore I'm using this subproject to repackage cglib+asm.
5We should NEVER modify cglib/asm - sources are here only for the sake of repackaging.
6
7Source was obtained from https://github.com/mockito/mockito/tree/master/cglib-and-asm and cglib+asm
8has been included in the Mockito builds since 2008 in Mockito 1.5.
9