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-fileupload | commons-fileupload | 1.0 | - | jar | |
commons-validator | commons-validator | 1.1.4 | - | jar | |
javax.servlet | jstl | 1.1.2 | - | jar | |
net.sourceforge.vulcan | vulcan-core | 0.9 | - | jar | |
opensymphony | sitemesh | 2.2.1 | - | jar | |
struts | struts | 1.2.7 | - | jar | |
taglibs | standard | 1.1.2 | - | 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 |
---|---|---|---|---|---|
net.sourceforge.vulcan | vulcan-test-utils | 0.9 | - | jar | |
strutstestcase | strutstestcase | 2.1.2-1.1-2.3 | - | 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 |
---|---|---|---|---|---|
tomcat | jasper-compiler | 5.0.28 | - | jar | |
tomcat | jasper-runtime | 5.0.28 | - | jar | |
tomcat | jsp-api | 5.0.18 | - | jar | |
tomcat | servlet-api | 5.0.18 | - | 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 |
---|---|---|---|---|---|
antlr | antlr | 2.7.2 | - | jar | |
cglib | cglib-full | 2.0.2 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-chain | commons-chain | 1.0 | - | jar | |
commons-collections | commons-collections | 3.1 | - | jar | |
commons-digester | commons-digester | 1.7 | - | jar | |
commons-io | commons-io | 1.2 | - | jar | |
commons-lang | commons-lang | 2.0 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
jdom | jdom | 1.0 | - | jar | |
jug | jug-lgpl | 2.0.0 | - | jar | |
log4j | log4j | 1.2.8 | - | jar | |
opensymphony | quartz | 1.5.2 | - | jar | |
org.springframework | spring | 1.2.8 | - | jar | |
oro | oro | 2.0.8 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | 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 |
---|---|---|---|---|---|
jdepend | jdepend | 2.7 | - | jar | |
junit | junit | 3.8.2 | - | jar | |
org.easymock | easymock | 2.2 | - | jar |
Vulcan is a web application providing continuous integration services for Java and .NET projects.
http://vulcan.sourceforge.net/vulcan-web
Unnamed - strutstestcase:strutstestcase:jar:2.1.2-1.1-2.3
Unnamed - tomcat:jsp-api:jar:5.0.18
Unnamed - tomcat:jasper-runtime:jar:5.0.28
Unnamed - opensymphony:sitemesh:jar:2.2.1
http://vulcan.sourceforge.net/vulcan-core
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
Unnamed - opensymphony:quartz:pom:1.5.2
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.
Unnamed - log4j:log4j:jar:1.2.8
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
Unnamed - cglib:cglib-full:jar:2.0.2
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Unnamed - jug:jug-lgpl:pom:2.0.0
Unnamed - commons-validator:commons-validator:jar:1.1.4
http://vulcan.sourceforge.net/vulcan-test-utils
Unnamed - junit:junit:jar:3.8.2
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism
Unnamed - jdepend:jdepend:jar:2.7
The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and Extensible Markup Language (XML), as well as various Jakarta Commons packages. Struts encourages application architectures based on the Model 2 approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Struts provides its own Controller component and integrates with other technologies to provide the Model and the View. For the Model, Struts can interact with any standard data access technology, including Enterprise Java Beans, JDBC, and Object Relational Bridge. For the View, Struts works well with JavaServer Pages, including JSTL and JSF, as well as Velocity Templates, XSLT, and other presentation systems. The Struts framework provides the invisible underpinnings every professional web application needs to survive. Struts helps you create an extensible development environment for your application, based on published standards and proven design patterns.
http://struts.apache.org/index.html
An implementation of the GoF Chain of Responsibility pattern
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.
http://jakarta.apache.org/commons/digester/
Unnamed - antlr:antlr:jar:2.7.2
Unnamed - tomcat:jasper-compiler:jar:5.0.28
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/
Unnamed - javax.servlet:jstl:jar:1.1.2