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
backport-util-concurrent backport-util-concurrent 3.0 - jar
com.atlassian.seraph atlassian-seraph 1.0 - jar
commons-io commons-io 1.4 - jar
commons-lang commons-lang 2.1 - jar
dom4j dom4j 1.4 - jar
xerces xercesImpl 2.6.2 - jar
xml-apis xml-apis 1.0.b2 - 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.1 - jar
mockobjects mockobjects-core 0.09 - 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.3 - 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
bouncycastle bcprov-jdk14 138 - jar
commons-collections commons-collections 3.2 - jar
commons-logging commons-logging 1.0.4 - jar
isorelax isorelax 20020414 - jar
jaxen jaxen 1.0-FCS - jar
log4j log4j 1.2.7 - jar
msv msv 20020414 - jar
opensymphony oscore 2.2.7 - jar
opensymphony osuser 1.0-20060106 - jar
opensymphony propertyset 1.3-21Nov03 - jar
relaxngDatatype relaxngDatatype 20020414 - jar
saxpath saxpath 1.0-FCS - jar

Project Dependency Graph

Dependency Listings

Atlassian Plugins

A library to give systems the ability to have plugins, make them more pluggable and hence add pluggability (it's late - that makes sense in my head).

http://docs.atlassian.com/atlassian-plugins/0.24-SNAPSHOT

Lang

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)}/

Commons IO

Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.

http://commons.apache.org/io/

Unnamed - dom4j:dom4j:jar:1.4

Unnamed - jaxen:jaxen:jar:1.0-FCS

Unnamed - saxpath:saxpath:jar:1.0-FCS

Unnamed - msv:msv:jar:20020414

Unnamed - relaxngDatatype:relaxngDatatype:jar:20020414

Unnamed - isorelax:isorelax:jar:20020414

Unnamed - xerces:xercesImpl:jar:2.6.2

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

Atlassian Seraph

Seraph is a Servlet security framework for use in J2EE web applications.

http://www.atlassian.com/atlassian-public-pom/atlassian-seraph

Collections

Types that extend and augment the Java Collections Framework.

http://jakarta.apache.org/commons/collections/

Unnamed - log4j:log4j:jar:1.2.7

OSUser

OSUser is a module of the OpenSymphony framework designed to provide a simple to use API for user-management

http://www.opensymphony.com/osuser/

Logging

Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.

http://jakarta.apache.org/commons/logging/

OS Property Set

http://www.opensymphony.com/propertyset/

OS Core

Unnamed - bouncycastle:bcprov-jdk14:jar:138

Unnamed - backport-util-concurrent:backport-util-concurrent:jar:3.0

POM was created from deploy:deploy-file

Unnamed - javax.servlet:servlet-api:jar:2.3

JUnit

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.

http://junit.org

Unnamed - mockobjects:mockobjects-core:jar:0.09