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 |
|---|---|---|---|---|---|
| net.sourceforge.wurfl | wurfl | 1.0.1-SNAPSHOT | - | 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 |
|---|---|---|---|---|---|
| org.easymock | easymockclassextension | 2.3 | - | jar | |
| org.testng | testng | 5.7 | jdk14 | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| javax.servlet | servlet-api | 2.3 | - | 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 |
|---|---|---|---|---|---|
| backport-util-concurrent | backport-util-concurrent | 3.0 | - | jar | |
| commons-collections | commons-collections | 3.2 | - | jar | |
| commons-lang | commons-lang | 2.3 | - | jar | |
| commons-logging | commons-logging | 1.1 | - | jar | |
| log4j | log4j | 1.2.12 | - | 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 | |
| junit | junit | 3.8.1 | - | jar | |
| org.easymock | easymock | 2.3 | - | jar |
The WALL Tag library
http://wurfl.sourceforge.net/java/
Wireless Universal Resource File core API
http://dev.wurflpro.com/projects/wurfl-api
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
http://jakarta.apache.org/commons/lang/
Dawid Kurzyniec's backport of JSR 166
http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/
Unnamed - javax.servlet:servlet-api:jar:2.3
TestNG is a unit testing framework.
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.
The EasyMock Class Extension allows to generate Mock Objects for classes
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism