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
com.atlassian.plugins atlassian-plugins-servlet 2.1.5 - 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 4.5 - 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
com.atlassian.plugins.rest atlassian-rest-module 0.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.

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
asm asm 3.1 - jar
com.atlassian.plugins atlassian-plugins-core 2.1.5 - jar
com.atlassian.plugins.rest com.atlassian.jersey-library 0.1 - pom
com.sun.jersey jersey-core 1.0.1 - jar
com.sun.jersey jersey-json 1.0.1 - jar
com.sun.jersey jersey-server 1.0.1 - jar
com.sun.xml.bind jaxb-impl 2.1 - jar
commons-collections commons-collections 3.2 - jar
commons-io commons-io 1.4 - jar
commons-lang commons-lang 2.4 - jar
commons-logging commons-logging 1.0.4 - jar
dom4j dom4j 1.4 - jar
javax.activation activation 1.1 - jar
javax.servlet servlet-api 2.4 - jar
javax.ws.rs jsr311-api 1.0 - jar
javax.xml.bind jaxb-api 2.1 - jar
javax.xml.stream stax-api 1.0-2 - jar
org.codehaus.jettison jettison 1.0.1 - jar
org.slf4j slf4j-api 1.5.5 - jar
stax stax-api 1.0.1 - jar

Project Dependency Graph

Dependency Listings

Atlassian REST - Reference Implementation Plugin

A plugin that allow testing of the REST module types

http://www.atlassian.com/atlassian-public-pom/atlassian-rest-parent/atlassian-rest-refimpl-plugin

Atlassian REST - Module Types

A plugin that contains REST module types

http://www.atlassian.com/atlassian-public-pom/atlassian-rest-parent/atlassian-rest-module

Jersey Library

Base POM for Atlassian projects

http://www.atlassian.com/atlassian-public-pom/atlassian-rest-parent/com.atlassian.jersey-library

jersey-server

Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services.

https://jersey.dev.java.net/jersey-server

ASM Core

A very small and fast Java bytecode manipulation framework

http://asm.objectweb.org/asm

jersey-json

Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services.

https://jersey.dev.java.net/jersey-json

jersey-core

Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services.

https://jersey.dev.java.net/jersey-core

Jettison

A StAX implementation for JSON.

StAX API

StAX API is the standard java XML processing API defined by JSR-173

http://stax.codehaus.org/

Unnamed - com.sun.xml.bind:jaxb-impl:jar:2.1

Unnamed - javax.xml.bind:jaxb-api:jar:2.1

Unnamed - javax.xml.stream:stax-api:jar:1.0-2

JavaBeans Activation Framework (JAF)

JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).

http://java.sun.com/products/javabeans/jaf/index.jsp

SLF4J API Module

The slf4j API

http://www.slf4j.org

Unnamed - dom4j:dom4j:jar:1.4

Atlassian Plugins - Web Servlet

Base POM for Atlassian projects

http://docs.atlassian.com/atlassian-plugins-servlet/2.1.5/atlassian-plugins-servlet

Atlassian Plugins - Core

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-core/2.1.5/atlassian-plugins-core

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

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