Project Dependencies
compile
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.cocoon | cocoon-configuration-api | 1.0.2 | - | jar | |
org.apache.cocoon | cocoon-pipeline-impl | 1.0.0 | - | jar | |
org.apache.cocoon | cocoon-util | 1.0.0 | - | jar |
test
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 |
---|---|---|---|---|---|
easymock | easymock | 1.1 | - | jar | |
jmock | jmock | 1.0.1 | - | jar | |
org.apache.cocoon | cocoon-pipeline-impl | 1.0.0 | tests | test-jar | |
org.apache.cocoon | cocoon-xml-impl | 1.0.0 | - | jar | |
xmlunit | xmlunit | 1.1 | - | jar |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
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 | |
commons-collections | commons-collections | 3.2 | - | jar | |
commons-lang | commons-lang | 2.3 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
concurrent | concurrent | 1.3.4 | - | jar | |
jakarta-regexp | jakarta-regexp | 1.4 | - | jar | |
log4j | log4j | 1.2.14 | - | jar | |
org.apache.avalon.framework | avalon-framework-api | 4.3.1 | - | jar | |
org.apache.avalon.framework | avalon-framework-impl | 4.3.1 | - | jar | |
org.apache.cocoon | cocoon-expression-language-api | 1.0.0 | - | jar | |
org.apache.cocoon | cocoon-pipeline-api | 1.0.0 | - | jar | |
org.apache.cocoon | cocoon-xml-api | 1.0.0 | - | jar | |
org.apache.excalibur.components | excalibur-pool-api | 2.2.1 | - | jar | |
org.apache.excalibur.components | excalibur-sourceresolve | 2.2.3 | - | jar | |
org.apache.excalibur.components | excalibur-store | 2.2.1 | - | jar | |
org.apache.excalibur.components | excalibur-xmlutil | 2.2.1 | - | jar | |
org.apache.excalibur.containerkit | excalibur-instrument-api | 2.2.1 | - | jar | |
org.springframework | spring-beans | 2.5.1 | - | jar | |
org.springframework | spring-context | 2.5.1 | - | jar | |
org.springframework | spring-core | 2.5.1 | - | jar | |
org.springframework | spring-web | 2.5.1 | - | jar | |
xml-apis | xml-apis | 1.3.02 | - | jar |
test
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 | |
xml-resolver | xml-resolver | 1.2 | - | jar |
provided
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 |
---|---|---|---|---|---|
javax.servlet | servlet-api | 2.4 | - | jar |
Project Dependency Graph
Dependency Tree
- org.apache.cocoon:cocoon-pipeline-components:jar
- xmlunit:xmlunit:jar
- org.apache.cocoon:cocoon-pipeline-impl:jar
- jmock:jmock:jar
- org.apache.cocoon:cocoon-pipeline-impl:test-jar:tests
- org.springframework:spring-web:jar
- commons-collections:commons-collections:jar
- org.apache.excalibur.components:excalibur-sourceresolve:jar
- org.apache.excalibur.containerkit:excalibur-instrument-api:jar
- org.apache.excalibur.components:excalibur-pool-api:jar
- org.apache.cocoon:cocoon-expression-language-api:jar
- org.apache.cocoon:cocoon-pipeline-api:jar
- org.apache.excalibur.components:excalibur-store:jar
- easymock:easymock:jar
- org.apache.cocoon:cocoon-util:jar
- org.apache.cocoon:cocoon-xml-impl:jar
- org.apache.cocoon:cocoon-configuration-api:jar
Dependency Listings
Implementations of a number of basic generators, transformers, serializers, and readers that are needed in most Cocoon webapps as well as some basic sources and the XPointer and XSLT components.
http://cocoon.apache.org/2.2/core-modules/pipeline-components/1.0/
XMLUnit compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.
http://xmlunit.sourceforge.net/
Cocoon Pipeline Implementation
Several implementations of the ProcessingPipeline interface together with needed classes and components. Abstract classes for making it easier to write sitemap components.
http://cocoon.apache.org/2.2/core-modules/pipeline-impl/1.0/
Unnamed - jmock:jmock:jar:1.0.1
Cocoon Pipeline Implementation
Several implementations of the ProcessingPipeline interface together with needed classes and components. Abstract classes for making it easier to write sitemap components.
http://cocoon.apache.org/2.2/core-modules/pipeline-impl/1.0/
Spring Framework: Web
http://www.springframework.org
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
A very common problem is resolving a source, which means finding a source using a URI. The source resolver of Avalon Excalibur is a component helping you in this task. It resolves sources from a given URI. The URI can use all available protocols of the JRE. In addition own protocols can be plugged-in. So using the standard protocols like HTTP, FTP or file can be handled in the same way, like dealing with custom, self-build protocols such as myxmldatabase://root/documents/test.xml.
http://www.apache.org/excalibur/excalibur-sourceresolve
Excalibur Instrument is an instrumentation utility that allows you to attach a separate JVM to your running application to determine its health. Instrumentation is the process of exposing the internal state in a way that is easy for an administrator or help desk personell to digest. Excalibur Instrumentation is such a package that you can use for your Avalon based projects.
Excalibur Pool API
Cocoon Expression Language API
Interfaces for expression language and object model.
http://cocoon.apache.org/2.2/core-modules/expression-language-api/1.0/
Interfaces for SAX pipelines: ProcessingPipeline, sitemap components and basic XML interfaces, the environment abstraction, caching interfaces and needed exceptions.
http://cocoon.apache.org/2.2/core-modules/pipeline-api/1.0/
The Store Package provides a way to store named objects without taking care about where and how they are stored. You can choose between different implementations that store the data e.g. in memory or on the file system etc.
http://www.apache.org/excalibur/excalibur-components-modules/excalibur-store
Unnamed - easymock:easymock:jar:1.1
Unnamed - junit:junit:jar:3.8.2
Utility classes.
http://cocoon.apache.org/2.2/core-modules/util/1.0/
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/lang/
Unnamed - jakarta-regexp:jakarta-regexp:jar:1.4
Avalon Framework Implementation
Avalon Framework Implementation
http://www.apache.org/excalibur/avalon-framework/avalon-framework-impl
Avalon Framework API
http://www.apache.org/excalibur/avalon-framework/avalon-framework-api
Implementation of the DOMParser and SAXParser.
http://cocoon.apache.org/2.2/core-modules/xml-impl/1.0/
Spring Framework: Beans
http://www.springframework.org
DOMParser and SAXParser interface.
http://cocoon.apache.org/2.2/core-modules/xml-api/1.0/
Unnamed - xml-apis:xml-apis:jar:1.3.02
http://xml.apache.org/commons/#external
XML Commons Resolver Component
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.
http://xml.apache.org/commons/components/resolver/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Spring Framework: Core
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
The Cocoon Configuration API is a library providing beans for various configuration issues. It describes a mechanism for handling properties in an standardized way.
http://cocoon.apache.org/subprojects/configuration/1.0/configuration-api/1.0/