Maven build throwing this exception
Failed to execute goal on project mdf-portal-3rdParty: Could not resolve dependencies for project com.alu.ipp
you need to add ssl certificate to your jre installation
Please refer this answer and follow steps!
Step 1 - Get Root CA certificate
Step 2 - install that certificate at jre cacerts file
maybe your maven version isnot the proper version. I encounter this problem in 3.2.3. and resolve it in 3.3.9 version.