Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
Description
Currently twill-api and twill-common has dependencies on guava (mainly for Service interface and some collection helpers). The dependencies could sometime causes conflicts to twill apps.
By removing the guava dependencies from twill-api and twill-common, which are the only modules that twill app would depends on (not the client, but the implementation of TwillRunnable), together with the Bundled Jar support, one could easily write and run twill apps without worrying about dependencies conflict.