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-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-logging | commons-logging | 1.1.1 | - | jar | |
commons-net | commons-net | 1.4.1 | - | jar | |
org.dfdaemon | dfdaemon-il2-api | 1.0.0-SNAPSHOT | - | jar | |
org.dfdaemon | dfdaemon-il2-spi | 1.0.0-SNAPSHOT | - | jar | |
org.springframework | spring-beans | 2.5 | - | jar | |
org.springframework | spring-context | 2.5 | - | 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.4 | - | jar | |
log4j | log4j | 1.2.14 | - | jar | |
org.easymock | easymock | 2.2 | - | jar | |
org.easymock | easymockclassextension | 2.2 | - | jar | |
org.springframework | spring-test | 2.5 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
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 |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | - | jar | |
joda-time | joda-time | 1.4 | - | jar | |
org.springframework | spring-core | 2.5 | - | jar | |
oro | oro | 2.0.8 | - | 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 |
---|---|---|---|---|---|
cglib | cglib-nodep | 2.1_3 | - | jar |
Software for online wars for IL-2 game by Maddox.
http://dfdaemon.sourceforge.net/dfdaemon-il2/dfdaemon-il2-core
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.
Software for online wars for IL-2 game by Maddox.
http://dfdaemon.sourceforge.net/dfdaemon-il2/dfdaemon-il2-api
Date and time library to replace JDK date handling.
http://joda-time.sourceforge.net
Software for online wars for IL-2 game by Maddox.
http://dfdaemon.sourceforge.net/dfdaemon-il2/dfdaemon-il2-spi
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://commons.apache.org/logging
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Spring Framework: Beans
http://www.springframework.org
Spring Framework: Core
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Spring Framework: Test
http://www.springframework.org
Log4j
http://logging.apache.org/log4j/docs/
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism
The EasyMock Class Extension allows to generate Mock Objects for classes