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-cli | commons-cli | 1.2 | - | jar | |
junit | junit | 3.8.2 | - | jar | |
log4j | log4j | 1.2.8 | - | jar | |
org.springframework.batch | spring-batch-core | 1.1.4.RELEASE | - | jar |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.springframework | spring-tx | 2.5.6 | - | jar | |
xerces | xercesImpl | 2.9.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 |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | - | jar | |
backport-util-concurrent | backport-util-concurrent | 3.0 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
commons-logging | commons-logging | 1.1.1 | - | jar | |
org.springframework | spring-aop | 2.5.5 | - | jar | |
org.springframework | spring-beans | 2.5.5 | - | jar | |
org.springframework | spring-context | 2.5.5 | - | jar | |
org.springframework | spring-core | 2.5.5 | - | jar | |
org.springframework.batch | spring-batch-infrastructure | 1.1.4.RELEASE | - | jar |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
xml-apis | xml-apis | 1.3.04 | - | jar |
Spring Batch Advanced Launcher (SBAL)
Spring Batch Advanced Launcher (SBAL) is an advanced command line launcher for spring batch.
Core domain for batch processing, expressing a domain of Jobs, Steps, Chunks, etc.
http://www.springframework.org/spring-batch/spring-batch-core
The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations.
http://www.springframework.org/spring-batch/spring-batch-infrastructure
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)}/
Spring Framework: AOP
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Dawid Kurzyniec's backport of JSR 166
http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/
Unnamed - log4j:log4j:jar:1.2.8
Commons CLI provides a simple API for presenting, processing and validating a command line interface.
http://commons.apache.org/cli/
Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
http://xerces.apache.org/xerces2-j
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/components/external/
Spring Framework: Transaction
http://www.springframework.org
Spring Framework: Beans
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
Spring Framework: Core
http://www.springframework.org
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.