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
info.magnolia.dam magnolia-dam-api 2.0.11 jar GPLv3-Magnolia Network Agreement

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 License
info.magnolia magnolia-core 5.3.4 tests test-jar GPLv3-Magnolia Network Agreement
info.magnolia.dam magnolia-dam-api 2.0.11 tests test-jar GPLv3-Magnolia Network Agreement
junit junit 4.11 - jar Common Public License Version 1.0
org.hamcrest hamcrest-core 1.3 - jar New BSD License
org.hamcrest hamcrest-library 1.3 - jar New BSD License
org.mockito mockito-core 1.8.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
info.magnolia magnolia-core 5.3.4 jar GPLv3-Magnolia Network Agreement
javax.servlet servlet-api 2.5 jar -

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

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.objenesis objenesis 1.0 jar 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 Classifier Type License
aopalliance aopalliance 1.0 - jar Public Domain
cglib cglib-nodep 2.1_3 - jar -
com.google.guava guava 16.0.1 - jar The Apache Software License, Version 2.0
com.google.inject guice 3.0 - jar The Apache Software License, Version 2.0
com.mycila mycila-guice 2.10.ga - jar The Apache Software License, Version 2.0
commons-beanutils commons-beanutils 1.8.3 - jar The Apache Software License, Version 2.0
commons-betwixt commons-betwixt 0.8 - jar /LICENSE.txt
commons-codec commons-codec 1.4 - jar The Apache Software License, Version 2.0
commons-collections commons-collections 3.2.1 - jar The Apache Software License, Version 2.0
commons-dbcp commons-dbcp 1.3 - jar The Apache Software License, Version 2.0
commons-digester commons-digester 1.7 - jar /LICENSE.txt
commons-fileupload commons-fileupload 1.2.1 - jar The Apache Software License, Version 2.0
commons-httpclient commons-httpclient 3.1 - jar Apache License
commons-io commons-io 2.4 - jar The Apache Software License, Version 2.0
commons-pool commons-pool 1.4 - jar /LICENSE.txt
concurrent concurrent 1.3.4 - jar >http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
javax.inject javax.inject 1 - jar The Apache Software License, Version 2.0
javax.jcr jcr 2.0 - jar Day Specification License-Day Specification License addendum
javax.servlet jstl 1.2 - jar -
jaxen jaxen 1.1.1 - jar -
log4j log4j 1.2.17 - jar The Apache Software License, Version 2.0
org.apache.commons commons-lang3 3.1 - jar The Apache Software License, Version 2.0
org.apache.commons commons-proxy 1.0 - jar The Apache Software License, Version 2.0
org.apache.derby derby 10.5.3.0_1 - jar Apache 2
org.apache.jackrabbit jackrabbit-api 2.8.0 - jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-core 2.8.0 - jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-data 2.8.0 - jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-data 2.8.0 tests test-jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-jcr-commons 2.8.0 - jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-spi 2.8.0 - jar The Apache Software License, Version 2.0
org.apache.jackrabbit jackrabbit-spi-commons 2.8.0 - jar The Apache Software License, Version 2.0
org.apache.lucene lucene-core 3.6.0 - jar Apache 2
org.apache.tika tika-core 1.4 - jar The Apache Software License, Version 2.0
org.bouncycastle bcpg-jdk16 1.46 - jar Bouncy Castle Licence-Apache Software License, Version 1.1
org.bouncycastle bcprov-jdk16 1.46 - jar Bouncy Castle Licence
org.freemarker freemarker 2.3.18 - jar BSD-style license
org.jdom jdom 1.1 - jar -
org.mindrot jbcrypt 0.3m - jar ISC/BSD License
org.safehaus.jug jug 2.0.0 asl jar The Apache Software License, Version 2.0-GNU Lesser General Public License v2.1
org.slf4j jcl-over-slf4j 1.7.5 - jar MIT License
org.slf4j slf4j-api 1.7.5 - jar MIT License
org.slf4j slf4j-log4j12 1.7.5 - jar MIT License
servlets.com cos 05Nov2002 - jar Jason Hunter License
xerces xercesImpl 2.8.1 - jar The Apache Software License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

Public Domain: AOP alliance

New BSD License: Hamcrest Core, Hamcrest library

Apache 2: Apache Derby Database Engine and Embedded JDBC Driver, Lucene Core

Unknown: JDOM, cglib, jaxen, jstl, servlet-api

BSD-style license: FreeMarker

Bouncy Castle Licence: Bouncy Castle OpenPGP API, Bouncy Castle Provider

ISC/BSD License: jbcrypt

Day Specification License: Content Repository for JavaTM Technology API

The Apache Software License, Version 2.0: Apache Jackrabbit API, Apache Log4j, Apache Tika core, Betwixt, Commons BeanUtils, Commons Codec, Commons Collections, Commons DBCP, Commons FileUpload, Commons IO, Commons Lang, Commons Pool, Commons Proxy, Digester, Google Guice - Core Library, Guava: Google Core Libraries for Java, Jackrabbit Core, Jackrabbit Data, Jackrabbit JCR Commons, Jackrabbit SPI, Jackrabbit SPI Commons, Java UUID Generator, Mycila Guice Extensions, Xerces2 Java Parser, javax.inject

Jason Hunter License: COS

Magnolia Network Agreement: Magnolia Core, Magnolia DAM API, Magnolia DAM Core

GPLv3: Magnolia Core, Magnolia DAM API, Magnolia DAM Core

Public domain, Sun Microsoystems: Dough Lea's util.concurrent package

Day Specification License addendum: Content Repository for JavaTM Technology API

Apache License: HttpClient

Common Public License Version 1.0: JUnit

GNU Lesser General Public License v2.1: Java UUID Generator

MIT License: JCL 1.1.1 implemented over SLF4J, Objenesis, SLF4J API Module, SLF4J LOG4J-12 Binding

The MIT License: Mockito

Apache Software License, Version 1.1: Bouncy Castle OpenPGP API

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information Sealed
aopalliance-1.0.jar 4.47 kB 15 9 2 1.3 Yes -
cglib-nodep-2.1_3.jar 324.24 kB 262 258 10 1.1 Yes -
guava-16.0.1.jar 2.23 MB 1709 1678 17 1.6 Yes -
guice-3.0.jar 710.49 kB 585 565 12 1.5 Yes -
mycila-guice-2.10.ga.jar 2.47 MB 1721 1668 35 1.6 Yes -
commons-beanutils-1.8.3.jar 232.02 kB 155 137 6 1.3 Yes -
commons-betwixt-0.8.jar 242.23 kB 198 166 13 1.3 Yes -
commons-codec-1.4.jar 58.16 kB 47 30 5 1.4 Yes -
commons-collections-3.2.1.jar 575.39 kB 482 458 12 1.2 Yes -
commons-dbcp-1.3.jar 148.82 kB 80 62 5 1.4 Yes -
commons-digester-1.7.jar 139.97 kB 112 98 6 1.2 Yes -
commons-fileupload-1.2.1.jar 57.78 kB 60 43 5 1.3 Yes -
commons-httpclient-3.1.jar 305.00 kB 183 167 8 1.2 Yes -
commons-io-2.4.jar 185.14 kB 128 110 6 1.6 Yes -
commons-pool-1.4.jar 87.08 kB 59 50 2 1.3 Yes -
concurrent-1.3.4.jar 189.28 kB 230 221 2 1.1 No -
magnolia-core-5.3.4.jar 1.68 MB 1373 1195 79 1.6 Yes -
magnolia-core-5.3.4-tests.jar 1.20 MB - - - - - -
magnolia-dam-api/target/classes - 0 0 0 - No -
test-classes 0.20 kB - - - - - -
javax.inject-1.jar 2.50 kB 8 6 1 1.5 No -
jcr-2.0.jar 69.25 kB 138 120 10 1.4 Yes -
jstl-1.2.jar 414.24 kB 341 279 27 1.5 Yes -
servlet-api-2.5.jar 105.11 kB 68 42 2 1.5 Yes -
jaxen-1.1.1.jar 226.91 kB 236 214 17 1.2 Yes -
junit-4.11.jar 245.04 kB 266 233 28 1.5 Yes -
log4j-1.2.17.jar 489.88 kB 353 314 21 1.4 Yes -
commons-lang3-3.1.jar 315.80 kB 179 153 12 1.5 Yes -
commons-proxy-1.0.jar 73.17 kB 83 60 10 1.4 Yes -
derby-10.5.3.0_1.jar 2.51 MB 1496 1436 96 1.5 No sealed
Total Size Entries Classes Packages Java Version Debug Information Sealed
30 15.29 MB 10567 9772 449 1.6 24 1
compile: 1 compile: 0.20 kB - - - - - -
test: 3 test: 1.44 MB test: 266 test: 233 test: 28 - test: 1 -
provided: 26 provided: 13.85 MB provided: 10301 provided: 9539 provided: 421 - provided: 23 provided: 1

Dependency Repository Locations

Repo ID URL Release Snapshot
magnolia.staging https://nexus.magnolia-cms.com/content/groups/magnolia.staging.group/ Yes No
apache.snapshots
central
http://people.apache.org/repo/m2-snapshot-repository
https://repo.maven.apache.org/maven2
Yes Yes

Repository locations for each of the Dependencies.

Artifact magnolia.staging magnolia.nexus
aopalliance:aopalliance:jar:1.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
cglib:cglib-nodep:jar:2.1_3 - Found at https://nexus.magnolia-cms.com/content/groups/staff
com.google.guava:guava:jar:16.0.1 - Found at https://nexus.magnolia-cms.com/content/groups/staff
com.google.inject:guice:jar:3.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
com.mycila:mycila-guice:jar:2.10.ga - Found at https://nexus.magnolia-cms.com/content/groups/staff
commons-beanutils:commons-beanutils:jar:1.8.3 - Found at https://nexus.magnolia-cms.com/content/groups/staff
commons-betwixt:commons-betwixt:jar:0.8 - Found at https://nexus.magnolia-cms.com/content/groups/staff
commons-codec:commons-codec:jar:1.4 - Found at https://nexus.magnolia-cms.com/content/groups/staff
commons-collections:commons-collections:jar:3.2.1 - Found at https://nexus.magnolia-cms.com/content/groups/staff
commons-dbcp:commons-dbcp:jar:1.3 - Found at https://nexus.magnolia-cms.com/content/groups/staff
commons-digester:commons-digester:jar:1.7 - Found at https://nexus.magnolia-cms.com/content/groups/staff
commons-fileupload:commons-fileupload:jar:1.2.1 - Found at https://nexus.magnolia-cms.com/content/groups/staff
commons-httpclient:commons-httpclient:jar:3.1 - Found at https://nexus.magnolia-cms.com/content/groups/staff
commons-io:commons-io:jar:2.4 - Found at https://nexus.magnolia-cms.com/content/groups/staff
commons-pool:commons-pool:jar:1.4 - Found at https://nexus.magnolia-cms.com/content/groups/staff
concurrent:concurrent:jar:1.3.4 - Found at https://nexus.magnolia-cms.com/content/groups/staff
info.magnolia:magnolia-core:jar:5.3.4 - Found at https://nexus.magnolia-cms.com/content/groups/staff
info.magnolia:magnolia-core:test-jar:tests:5.3.4 - Found at https://nexus.magnolia-cms.com/content/groups/staff
info.magnolia.dam:magnolia-dam-api:jar:2.0.11 Found at https://nexus.magnolia-cms.com/content/groups/magnolia.staging.group/ -
info.magnolia.dam:magnolia-dam-api:test-jar:tests:2.0.11 Found at https://nexus.magnolia-cms.com/content/groups/magnolia.staging.group/ -
javax.inject:javax.inject:jar:1 - Found at https://nexus.magnolia-cms.com/content/groups/staff
javax.jcr:jcr:jar:2.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
javax.servlet:jstl:jar:1.2 - Found at https://nexus.magnolia-cms.com/content/groups/staff
javax.servlet:servlet-api:jar:2.5 - Found at https://nexus.magnolia-cms.com/content/groups/staff
jaxen:jaxen:jar:1.1.1 - Found at https://nexus.magnolia-cms.com/content/groups/staff
junit:junit:jar:4.11 - Found at https://nexus.magnolia-cms.com/content/groups/staff
log4j:log4j:jar:1.2.17 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.apache.commons:commons-lang3:jar:3.1 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.apache.commons:commons-proxy:jar:1.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.apache.derby:derby:jar:10.5.3.0_1 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.apache.jackrabbit:jackrabbit-api:jar:2.8.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.apache.jackrabbit:jackrabbit-core:jar:2.8.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.apache.jackrabbit:jackrabbit-data:jar:2.8.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.apache.jackrabbit:jackrabbit-data:test-jar:tests:2.8.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.apache.jackrabbit:jackrabbit-jcr-commons:jar:2.8.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.apache.jackrabbit:jackrabbit-spi:jar:2.8.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.apache.jackrabbit:jackrabbit-spi-commons:jar:2.8.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.apache.lucene:lucene-core:jar:3.6.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.apache.tika:tika-core:jar:1.4 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.bouncycastle:bcpg-jdk16:jar:1.46 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.bouncycastle:bcprov-jdk16:jar:1.46 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.freemarker:freemarker:jar:2.3.18 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.hamcrest:hamcrest-core:jar:1.3 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.hamcrest:hamcrest-library:jar:1.3 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.jdom:jdom:jar:1.1 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.mindrot:jbcrypt:jar:0.3m - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.mockito:mockito-core:jar:1.8.5 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.objenesis:objenesis:jar:1.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.safehaus.jug:jug:jar:asl:2.0.0 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.slf4j:jcl-over-slf4j:jar:1.7.5 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.slf4j:slf4j-api:jar:1.7.5 - Found at https://nexus.magnolia-cms.com/content/groups/staff
org.slf4j:slf4j-log4j12:jar:1.7.5 - Found at https://nexus.magnolia-cms.com/content/groups/staff
servlets.com:cos:jar:05Nov2002 - Found at https://nexus.magnolia-cms.com/content/groups/staff
xerces:xercesImpl:jar:2.8.1 - Found at https://nexus.magnolia-cms.com/content/groups/staff
Total magnolia.staging magnolia.nexus
54 (compile: 1, test: 7, provided: 46) 2 52