Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6
-
None
-
None
Description
Currently, kafka explicitly depends on a certain version of cglib - 2.1_3. On linux, this version causes NoSuchMethodErrors.
Also, the dependency on asm is not required. The correct set of dependencies are -
scalatest
junit
easymock 3.0 (this pulls in the correct versions of cglib and objenesis)