Hi Svetlin, would need to check the dependency tree but cglib can miss a <scope>test</scope>. We shouldnt have cglib at runtime at all
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2017-07-03 11:44 GMT+02:00 Svetlin Zarev <svetlin.angelov.za...@gmail.com>: > Hi everyone! > > Recently CGLIB was added as a dependency to TomEE (commit id: 703e9770), > and in turn it brought Apache Ant as "compile" dependency. Yet it's not > used by cglib at runtime, so it shouldn't really be packaged in the final > assembly. > > What do you think about excluding it from the packaged TomEE distributions > ? > > Kind regards, > Svetlin >