The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| commons-logging | commons-logging | 1.1 | - | jar | |
| joda-time | joda-time | 1.6 | - | jar | |
| org.javolution | javolution | 5.3.1 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| junit | junit | 4.1 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
TimeFinder provides help with manual and computer controlled scheduling for high schools and universities. It handles a list of persons, events and rooms. TimeFinder stores the data in a file or in a database.
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Javolution - Java Solution for Real-Time and Embedded Systems. This project uses template classes to generates java code for various versions of the Java run-time (e.g. J2ME, 1.4, GCJ, 1.5). The default maven compilation builds executable for Java 1.5+ (parameterized classes). For others targets the ant script should be used directly (e.g. "ant j2me").
Date and time library to replace JDK date handling.