I have an old working application with a lot of dependencies in the pom. I use eclipse and I am building a new application with parts of it taken from the previous application. It's taking a lot of time to find the exact dependency (jars basically) the previous application was using for the required class and methods and then add them in the new application's pom.
Is there a shortcut or an easy way so that I can use the code from previous application and the dependencies get easily loaded (both projects are Mavenized)?