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 Type License
org.apache.maven maven-artifact 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-core 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-plugin-api 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-toolchain 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven.shared maven-shared-incremental 1.1 jar The Apache Software License, Version 2.0
org.apache.maven.shared maven-shared-utils 0.7 jar Apache License, Version 2.0
org.codehaus.plexus plexus-compiler-api 2.5 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-compiler-manager 2.5 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-container-default 1.5.5 jar The Apache Software License, Version 2.0

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type License
org.codehaus.plexus plexus-compiler-javac 2.5 jar The Apache Software License, Version 2.0

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 Type License
junit junit 4.8.1 jar Common Public License Version 1.0
org.apache.maven.plugin-testing maven-plugin-testing-harness 2.0-alpha-1 jar The Apache Software License, Version 2.0
org.mockito mockito-core 1.9.5 jar The MIT License

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 Type License
org.apache.maven.plugin-tools maven-plugin-annotations 3.3 jar Apache License, Version 2.0

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 Type License
backport-util-concurrent backport-util-concurrent 3.1 jar Public Domain
com.google.code.findbugs jsr305 2.0.1 jar The Apache Software License, Version 2.0
com.google.collections google-collections 1.0 jar The Apache Software License, Version 2.0
commons-codec commons-codec 1.2 jar -
commons-httpclient commons-httpclient 3.1 jar Apache License
commons-logging commons-logging-api 1.1 jar /LICENSE.txt
log4j log4j 1.2.12 jar -
nekohtml nekohtml 1.9.6.2 jar The Apache Software License, Version 2.0
nekohtml xercesMinimal 1.9.6.2 jar -
org.apache.maven maven-artifact-manager 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-error-diagnostics 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-model 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-model-builder 3.0-alpha-4 jar The Apache Software License, Version 2.0
org.apache.maven maven-monitor 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-plugin-descriptor 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-plugin-parameter-documenter 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-plugin-registry 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-profile 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-project 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-repository-metadata 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven maven-settings 2.2.1 jar The Apache Software License, Version 2.0
org.apache.maven.wagon wagon-http 1.0-beta-6 jar The Apache Software License, Version 2.0
org.apache.maven.wagon wagon-http-shared 1.0-beta-6 jar The Apache Software License, Version 2.0
org.apache.maven.wagon wagon-provider-api 1.0-beta-6 jar The Apache Software License, Version 2.0
org.apache.xbean xbean-reflect 3.4 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-classworlds 2.2.2 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-component-annotations 1.5.5 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-interpolation 1.11 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-utils 1.5.15 jar The Apache Software License, Version 2.0
org.sonatype.plexus plexus-cipher 1.4 jar Apache Public License 2.0
org.sonatype.plexus plexus-sec-dispatcher 1.3 jar Apache Public License 2.0

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type License
org.apache.jackrabbit jackrabbit-jcr-commons 1.5.0 jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-webdav 1.5.0 jar The Apache Software License, Version 2.0
org.apache.maven.wagon wagon-webdav-jackrabbit 1.0-beta-6 jar The Apache Software License, Version 2.0
org.slf4j jcl-over-slf4j 1.5.6 jar -
org.slf4j slf4j-api 1.5.6 jar -
org.slf4j slf4j-jdk14 1.5.6 jar -
org.slf4j slf4j-nop 1.5.3 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 Type License
org.apache.maven maven-compat 3.0-alpha-4 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-archiver 1.0-alpha-7 jar -
org.hamcrest hamcrest-core 1.1 jar BSD style
org.objenesis objenesis 1.0 jar MIT License

Project Dependency Graph

Dependency Tree

Licenses

Apache Public License 2.0: Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component

BSD style: Hamcrest Core

Public Domain: Backport of JSR 166

Unknown: Codec, JCL 1.1.1 implemented over SLF4J, Plexus Archiver Component, SLF4J API Module, SLF4J JDK14 Binding, SLF4J NOP Binding, log4j, xercesMinimal

Apache License: HttpClient

Apache License, Version 2.0: Apache Maven Compiler Plugin, Apache Maven Shared Utils, Maven Plugin Tools Java 5 Annotations

Common Public License Version 1.0: JUnit

MIT License: Objenesis

The Apache Software License, Version 2.0: Apache XBean :: Reflect, FindBugs-jsr305, Google Collections Library, Jackrabbit JCR Commons, Jackrabbit WebDAV Library, Logging, Maven Artifact, Maven Artifact Manager, Maven Compat, Maven Core, Maven Error Diagnostics, Maven Incremental Build support utilities, Maven Local Settings Model, Maven Model, Maven Model Builder, Maven Monitor, Maven Plugin API, Maven Plugin Descriptor Model, Maven Plugin Parameter Documenter API, Maven Plugin Registry Model, Maven Plugin Testing Mechanism, Maven Profile Model, Maven Project Builder, Maven Repository Metadata Model, Maven Toolchains, Maven Wagon API, Maven Wagon HTTP Provider, Maven Wagon HTTP Shared Library, Maven Wagon WebDav Provider, Neko HTML, Plexus :: Component Annotations, Plexus :: Default Container, Plexus Classworlds, Plexus Common Utilities, Plexus Compiler Api, Plexus Compiler Manager, Plexus Interpolation API, Plexus Javac Component

The MIT License: Mockito

Dependency File Details

Filename Size Entries Classes Packages JDK Rev Debug
backport-util-concurrent-3.1.jar 323.94 kB 251 239 5 1.4 debug
jsr305-2.0.1.jar 31.12 kB 70 34 3 1.5 debug
google-collections-1.0.jar 624.60 kB 520 505 4 1.5 debug
commons-codec-1.2.jar 29.38 kB 30 19 5 1.1 debug
commons-httpclient-3.1.jar 297.85 kB 183 167 8 1.2 debug
commons-logging-api-1.1.jar 43.55 kB 29 20 2 1.1 debug
junit-4.8.1.jar 231.49 kB 267 230 30 1.5 debug
log4j-1.2.12.jar 349.69 kB 283 253 19 1.1 debug
nekohtml-1.9.6.2.jar 109.25 kB 64 48 3 1.3 debug
xercesMinimal-1.9.6.2.jar 38.87 kB 50 42 3 1.1 release
jackrabbit-jcr-commons-1.5.0.jar 198.00 kB 166 141 14 1.4 debug
jackrabbit-webdav-1.5.0.jar 295.98 kB 239 207 18 1.4 debug
maven-artifact-2.2.1.jar 78.44 kB 94 64 15 1.5 debug
maven-artifact-manager-2.2.1.jar 65.99 kB 52 29 7 1.5 debug
maven-compat-3.0-alpha-4.jar 251.49 kB 197 145 29 1.5 debug
maven-core-2.2.1.jar 173.72 kB 116 68 14 1.5 debug
maven-error-diagnostics-2.2.1.jar 12.72 kB 22 5 1 1.5 debug
maven-model-2.2.1.jar 85.54 kB 61 45 2 1.5 debug
maven-model-builder-3.0-alpha-4.jar 124.47 kB 130 97 16 1.5 debug
maven-monitor-2.2.1.jar 10.21 kB 20 5 1 1.5 debug
maven-plugin-api-2.2.1.jar 12.08 kB 23 8 2 1.5 debug
maven-plugin-descriptor-2.2.1.jar 38.36 kB 33 15 3 1.5 debug
maven-plugin-parameter-documenter-2.2.1.jar 21.67 kB 21 4 2 1.5 debug
maven-plugin-registry-2.2.1.jar 29.01 kB 28 9 2 1.5 debug
maven-profile-2.2.1.jar 34.53 kB 33 15 2 1.5 debug
maven-project-2.2.1.jar 152.62 kB 98 72 10 1.5 debug
maven-repository-metadata-2.2.1.jar 25.05 kB 24 6 2 1.5 debug
maven-settings-2.2.1.jar 47.89 kB 38 20 2 1.5 debug
maven-toolchain-2.2.1.jar 36.74 kB 40 20 4 1.5 debug
maven-plugin-testing-harness-2.0-alpha-1.jar 35.13 kB 29 11 2 1.5 debug
maven-plugin-annotations-3.3.jar 13.71 kB 22 7 1 1.5 debug
maven-shared-incremental-1.1.jar 13.22 kB 17 2 1 1.5 debug
maven-shared-utils-0.7.jar 166.10 kB 118 83 12 1.5 debug
wagon-http-1.0-beta-6.jar 10.27 kB 19 1 1 1.4 debug
wagon-http-shared-1.0-beta-6.jar 24.73 kB 23 7 1 1.4 debug
wagon-provider-api-1.0-beta-6.jar 51.94 kB 62 41 8 1.4 debug
wagon-webdav-jackrabbit-1.0-beta-6.jar 17.86 kB 26 4 3 1.4 debug
xbean-reflect-3.4.jar 130.69 kB 125 110 2 1.5 debug
plexus-archiver-1.0-alpha-7.jar 138.71 kB 99 74 12 1.1 debug
plexus-classworlds-2.2.2.jar 45.01 kB 51 36 5 1.4 debug
plexus-compiler-api-2.5.jar 24.76 kB 34 20 4 1.5 debug
plexus-compiler-javac-2.5.jar 18.86 kB 19 5 1 1.5 debug
plexus-compiler-manager-2.5.jar 4.46 kB 17 3 1 1.5 debug
plexus-component-annotations-1.5.5.jar 4.11 kB 15 3 1 1.5 release
plexus-container-default-1.5.5.jar 211.56 kB 230 185 30 1.5 debug
plexus-interpolation-1.11.jar 49.74 kB 55 40 5 1.4 debug
plexus-utils-1.5.15.jar 222.76 kB 129 103 10 1.3 debug
hamcrest-core-1.1.jar 74.85 kB 54 21 3 1.5 debug
mockito-core-1.9.5.jar 1.43 MB 1,258 647 64 1.5 debug
objenesis-1.0.jar 27.90 kB 45 30 7 1.3 debug
jcl-over-slf4j-1.5.6.jar 16.33 kB 23 9 2 1.3 debug
slf4j-api-1.5.6.jar 21.81 kB 32 21 3 1.3 debug
slf4j-jdk14-1.5.6.jar 8.61 kB 15 5 1 1.4 debug
slf4j-nop-1.5.3.jar 5.08 kB 14 4 1 1.3 debug
plexus-cipher-1.4.jar 13.18 kB 20 6 1 1.4 debug
plexus-sec-dispatcher-1.3.jar 27.89 kB 31 13 3 1.4 debug
Total Size Entries Classes Packages JDK Rev Debug
56 6.46 MB 5,764 4,023 413 1.5 54
compile: 40 compile: 3.71 MB compile: 3,259 compile: 2,462 compile: 222 - compile: 38
test: 7 test: 2.17 MB test: 1,949 test: 1,158 test: 147 - test: 7
runtime: 8 runtime: 582.54 kB runtime: 534 runtime: 396 runtime: 43 - runtime: 8
provided: 1 provided: 13.71 kB provided: 22 provided: 7 provided: 1 - provided: 1