FOR ALL Labs.
- When creating Java projects procedure has some additions, as follows:
- When adding the JUnit library in the dialog, SELECT the "Classpath" node in the left part of the dialog before clicking "Add Library"
--  When finishing creation of the project you'll get a "Create module-info.java" dialog.  
--  ALWAYS click "Don't Create" in the "Create module-info.java" dialog.
      
      
Lab 2.2: Lab02.2_JUnitPatch does not work.
  Skip it - currently Slide 45-46 "Upgrade JUnit to a New Version"
  If you really want to do that little piece, convert it manually to standard maven project structure, then import, as in Lab 2.4
  
Lab 2.4: The project now uses the standard maven project structure. Import it as described in the lab instructions.
- HOWEVER: Now it has the normal src/main/java and src/test/java, target/classes project structure 
- In rest of lab, adjust instructions accordingly.

Lab 3.1: Uses newer version of Mockito for Java 11.  Import the one we now provide in Software

Lab 4.1: Uses newer version of Hibernate for Java 11.  Import the one we now provide in Software
  