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.6 | - | jar | |
commons-logging | commons-logging | 1.0.3 | - | jar | |
javax.servlet | servlet-api | 2.3 | - | jar | |
lucene | lucene | 1.2 | - | jar | |
mockobjects | mockobjects-core | 0.09 | - | jar | |
mockobjects | mockobjects-jdk1.4-j2ee1.3 | 0.09 | - | jar | |
poolman | poolman | 2.0.4 | - | jar | |
struts | struts | 1.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 | 3.8.1 | - | 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 |
---|---|---|---|---|---|
commons-collections | commons-collections | 3.1 | - | jar | |
commons-digester | commons-digester | 1.6 | - | jar | |
commons-fileupload | commons-fileupload | 1.0 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
commons-validator | commons-validator | 1.1.4 | - | jar | |
oro | oro | 2.0.7 | - | jar | |
struts | struts-legacy | 1.1 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | jar |
Commons scaffold
http://commons.apache.org/dormant/scaffold/
Unnamed - javax.servlet:servlet-api:jar:2.3
Unnamed - struts:struts:jar:1.1
Unnamed - struts:struts-legacy:jar:1.1
Unnamed - commons-digester:commons-digester:jar:1.6
XML Commons External Components XML APIs
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.
http://xml.apache.org/commons/#external
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
http://jakarta.apache.org/commons/fileupload/
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/${pom.artifactId.substring(8)}/
Unnamed - commons-validator:commons-validator:jar:1.1.4
Java Bean Utililities
http://jakarta.apache.org/commons/beanutils/
Unnamed - commons-collections:commons-collections:jar:3.1
Types that extend and augment the Java Collections Framework.
Unnamed - lucene:lucene:jar:1.2
Unnamed - mockobjects:mockobjects-jdk1.4-j2ee1.3:jar:0.09
Unnamed - mockobjects:mockobjects-core:jar:0.09
Commons Logging
http://jakarta.apache.org/commons/logging/
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.