Update all CDAP apps/guides/archetypes have an explicit dependency on guava if they need it
Description
After guava dependency got removed from cdap-api all apps/guides/archetype which uses guava needs to have it as their dependency. We will need to go through all of them and make verify this.
Looks like you did updated the guides to use guava but missed few which is totally because them being in their independent repo. So hard to track and manage. I have updated the remaining ones. All good.
Updated the cdap-apps repo as well as all the cdap-guides repos. Verified that the cdap archetypes do not call out guava as provided anymore. Going to close this issue. Please re-open if any more repos need to be updated.
After guava dependency got removed from cdap-api all apps/guides/archetype which uses guava needs to have it as their dependency.
We will need to go through all of them and make verify this.