This folder is only needed for the old manual-JAR version of the exercise.

The project now has a Maven build file in ../pom.xml, so Maven downloads these
libraries automatically:

  mvn compile
  mvn exec:java

You do not need to put JAR files here when using Maven.

Manual classpath version, for comparison:

Required (see ../README.md for versions, Maven coordinates, and licences):

  OpenCSV (Apache 2.0):
    opencsv-5.9.jar
    commons-lang3-*.jar
    commons-text-*.jar
    commons-beanutils-*.jar
    commons-collections4-*.jar
    commons-logging-*.jar

  JXMapViewer2 (LGPL):
    jxmapviewer2-2.8.jar

IntelliJ is configured (in Week10.iml) to add every .jar in this folder to the
classpath automatically, so once the JARs are here the imports resolve and you
can run MapController.

The JARs themselves are intentionally NOT committed to the repository — libraries
are downloaded, not version-controlled with your source.
