I have one enterprise application with multiple Web apps
. I'm working on upgrading these apps one by one (mainly the UI part), and in the process I have to use different lib versions.
What is the best way to do that?
Does placing the needed libs in WEBINF/lib
will solve the issue, or do I have to upgrade all the apps at once.
Appreciate any help.