I have a Spring-Boot-Starter-project in Eclipse Oxygen 4.7.0 and is trying to build a .war for deployment on an EC2 instance. I have added two jars to allow JDBC connectivity to PostgresSQL DB server from my deployed war.
I have also added the src/main/webapp/WEB-INF/lib
path to the project build path as shown below
However, I am getting the Compilation error when I am doing mvn compile
with a build failure stating the reason as unavailability of the jar classes
Any help will be really appreciated