Slide 1
Create package com.nicordesigns
Create new class DriverManager in package
Stub new method: public Connection getConnection()
Use the same DriverManager as is used in IntelliJ
Update the Maven POM dependencies for the driver
Create Junit5 Unit Test for Stubbed method
Fill out the logic to use same DriverManager used in IntelliJ
Add the Junit5 dependency to the POM
Update Maven Build to the latest for Junit 5
Ensure we are using Java 11 (OpenJDK 11)
Add the required Junit5 Build Plugins to the parent POM
Add the JUNIT 5 API and Engine dependencies to JDBC1 POM