I'm working on migrating my project from Oracle JDK to open JDK.
As a part of the development I also want to replace all my Oracle licensed jars with equivalent open source license jars. Now there are quite a lot of it.
The project is maven built and all the dependencies are in the pom file.
I was wondering if there is a way to use my pom.xml file and get all my jars with equivalent open source jars?
As of now I'm manually going to each jar's release notes and checking for an Open source license.
Here when I say Oracle licensed I mean it is not an Open source jar.
Appreciate the help!!!! Cheers !!!