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 |
---|---|---|---|---|---|
ant | ant | 1.6.5 | - | jar | |
net.htmlparser.jericho | jericho-html | 2.3 | - | jar | |
org.apache.maven | maven-script-ant | 2.0.2 | - | 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 |
---|---|---|---|---|---|
ant | ant-launcher | 1.6.5 | - | jar | |
classworlds | classworlds | 1.1-alpha-2 | - | jar | |
junit | junit | 3.8.1 | - | jar | |
org.apache.maven | maven-plugin-api | 2.0 | - | jar | |
org.codehaus.plexus | plexus-ant-factory | 1.0-alpha-1 | - | jar | |
org.codehaus.plexus | plexus-container-default | 1.0-alpha-8 | - | jar | |
org.codehaus.plexus | plexus-utils | 1.0.5 | - | jar |
A maven plugin that eases the use of Selenium as an integration test tool
http://mavenium.sourceforge.net/
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven2/maven-script/maven-script-ant
Unnamed - ant:ant-launcher:jar:1.6.5
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven2/maven-plugin-api
http://classworlds.codehaus.org/
Unnamed - junit:junit:jar:3.8.1
Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common server-side tags, while reproducing verbatim any unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.