Rationalize the SCA runtime use of cglib and asm dependencies
-------------------------------------------------------------
Key: TUSCANY-2359
URL: https://issues.apache.org/jira/browse/TUSCANY-2359
Project: Tuscany
Issue Type: Improvement
Affects Versions: Java-SCA-Next
Reporter: ant elder
Fix For: Java-SCA-Next
The Tuscany runtime now has dependencies on both asm-all and cglib-nodep, these
both do the same type of thing, and the "-nodep" version of cglib includes asm,
so it would be nice to rationalize the use of these to just one dependency.
Asm is used by interface-java-jaxws, cglib-nodep is used by
CglibProxyFactory.java in the core module.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.