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-osgi 2.2.1.rc2 - jar
log4j log4j 1.2.15 - 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
com.atlassian.plugins.test atlassian-plugins-test 2.2.1.rc2 - jar
junit junit 3.8.1 - jar
mockobjects mockobjects-core 0.09 - jar
org.mockito mockito-all 1.7 - 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
biz.aQute bndlib 0.0.255 - jar
com.atlassian.plugins atlassian-plugins-core 2.2.1.rc2 - jar
com.atlassian.plugins atlassian-plugins-osgi-events 2.2.1.rc2 - 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
org.apache.felix org.apache.felix.framework 1.2.1-atlassian-6 - jar
org.apache.felix org.apache.felix.main 1.2.1-atlassian-6 - jar
org.twdata.pkgscanner package-scanner 0.7.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
janino janino 2.5.10 - jar

Project Dependency Graph

Dependency Listings

Atlassian Plugins Main API

Simplified API for interacting with the plugin framework. Also includes a standalone executable jar for simple testing.

http://docs.atlassian.com/atlassian-plugins-main/2.2.1.rc2/atlassian-plugins-main

Atlassian Plugins - OSGi Loader

An extension to Atlassian Plugins that provides a loader that loads plugins into OSGi

http://docs.atlassian.com/atlassian-plugins-osgi/2.2.1.rc2/atlassian-plugins-osgi

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.2.1.rc2/atlassian-plugins-core

Atlassian Plugins - OSGi events

Events used to better bridge OSGi actions into the Atlassian Plugins framework

http://docs.atlassian.com/atlassian-plugins-osgi-events/2.2.1.rc2/atlassian-plugins-osgi-events

BND Library

JAR Processing Library for creating and verifying OSGi manifest headers

http://www.aQute.biz/Code/Bnd

Apache Felix Main

Apache felix is an OSGi implementation.

http://felix.apache.org/org.apache.felix.main

Apache Felix Framework

Apache felix is an OSGi implementation.

http://felix.apache.org/org.apache.felix.framework

Package Export Scanner

http://maven.apache.org

Atlassian Plugins - Test Utilities

Base POM for Atlassian projects

http://docs.atlassian.com/atlassian-plugins-test/2.2.1.rc2/atlassian-plugins-test-resources/atlassian-plugins-test

Janino

Janino is a run-time Java compiler

http://janino.net

Commons IO

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

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

Apache Log4j

Apache Log4j 1.2

http://logging.apache.org:80/log4j/1.2/

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 - javax.servlet:servlet-api:jar:2.3

Unnamed - mockobjects:mockobjects-core:jar:0.09

Mockito

Mock objects library for java

http://www.mockito.org