For our framework, we need following dependencies.
We'll talk about these dependencies and why they are required in the upcoming sections.
Adding required dependencies
4. Changing maven settings
Maven defaults to Java 1.5 compiler and JVM to to all new projects. We should change that to Java 8. In order to do that, edit the properties section in the pom.xml as shown below