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 |
---|---|---|---|---|---|
org.apache.poi | poi | 3.0-FINAL | - | jar | |
org.springframework | spring-dao | 2.0.6 | - | 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.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 |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | - | jar | |
avalon-framework | avalon-framework | 4.1.3 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
javax.servlet | servlet-api | 2.3 | - | jar | |
log4j | log4j | 1.2.13 | - | jar | |
logkit | logkit | 1.0.1 | - | jar | |
org.springframework | spring-beans | 2.0.6 | - | jar | |
org.springframework | spring-context | 2.0.6 | - | jar | |
org.springframework | spring-core | 2.0.6 | - | jar |
ExcelTemplate is a Java class meant to simplify the use of ExcelŽ spreadsheets for acceptance tests. The motivation and design of this class is inspired from Spring JdbcTemplate.
http://excel-template.sourceforge.net/
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.
Spring Framework: DAO
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Log4j
http://logging.apache.org/log4j/docs/
Unnamed - logkit:logkit:jar:1.0.1
Unnamed - avalon-framework:avalon-framework:jar:4.1.3
Unnamed - javax.servlet:servlet-api:jar:2.3
Spring Framework: Beans
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
Spring Framework: Core
http://www.springframework.org
Jakarta POI - Java API To Access Microsoft Format Files