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
commons-logging commons-logging 1.2 jar The Apache Software License, Version 2.0
javax.mail mail 1.5.0-b01 jar CDDL-GPLv2+CE
org.apache.commons commons-lang3 3.4 jar Apache License, Version 2.0
org.apache.maven maven-plugin-api 3.3.9 jar Apache License, Version 2.0
org.apache.maven.plugin-tools maven-plugin-annotations 3.4 jar Apache License, Version 2.0
org.codehaus.plexus plexus-utils 3.0.22 jar The Apache Software License, Version 2.0
org.eclipse.sisu org.eclipse.sisu.plexus 0.3.3 jar Eclipse Public License, Version 1.0
org.nuiton helper-maven-plugin-api 2.3.2 jar Lesser General Public License (LGPL) v 3.0
org.sonatype.plexus plexus-sec-dispatcher 1.4 jar Apache Public License 2.0
plexus plexus-mail-sender-api 1.0-alpha-2 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
junit junit 4.12 jar Eclipse Public License 1.0
log4j log4j 1.2.17 jar The Apache Software License, Version 2.0
org.apache.maven.plugin-testing maven-plugin-testing-harness 3.3.0 jar Apache License, Version 2.0
org.nuiton helper-maven-plugin-test-api 2.3.2 jar Lesser General Public License (LGPL) v 3.0

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 maven-artifact 3.3.9 jar Apache License, Version 2.0
org.apache.maven maven-compat 3.3.9 jar Apache License, Version 2.0
org.apache.maven maven-core 3.3.9 jar Apache License, Version 2.0
org.apache.maven maven-model 3.3.9 jar Apache License, Version 2.0
org.apache.maven maven-settings 3.3.9 jar Apache License, Version 2.0
org.apache.maven.wagon wagon-provider-api 2.10 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
commons-collections commons-collections 3.1 jar -
commons-lang commons-lang 2.1 jar /LICENSE.txt
javax.activation activation 1.1 jar Common Development and Distribution License (CDDL) v1.0
javax.annotation jsr250-api 1.0 jar COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
javax.enterprise cdi-api 1.0 jar Apache License, Version 2.0
javax.inject javax.inject 1 jar The Apache Software License, Version 2.0
org.apache.maven.shared maven-dependency-tree 3.0 jar Apache License, Version 2.0
org.codehaus.plexus plexus-classworlds 2.5.2 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-component-annotations 1.6 jar The Apache Software License, Version 2.0
org.eclipse.aether aether-util 1.0.2.v20150114 jar Eclipse Public License, Version 1.0
org.eclipse.sisu org.eclipse.sisu.inject 0.3.3 jar Eclipse Public License, Version 1.0
org.sonatype.plexus plexus-cipher 1.4 jar Apache Public License 2.0
oro oro 2.0.8 jar -
velocity velocity 1.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
commons-io commons-io 2.2 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-archiver 2.2 jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-io 2.0.4 jar The Apache Software License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD 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
com.google.collections google-collections 1.0 - jar The Apache Software License, Version 2.0
com.google.guava guava 18.0 - jar The Apache Software License, Version 2.0
com.google.inject guice 4.0 no_aop jar The Apache Software License, Version 2.0
org.apache.maven maven-aether-provider 3.3.9 - jar Apache License, Version 2.0
org.apache.maven maven-builder-support 3.3.9 - jar Apache License, Version 2.0
org.apache.maven maven-model-builder 3.3.9 - jar Apache License, Version 2.0
org.apache.maven maven-repository-metadata 3.3.9 - jar Apache License, Version 2.0
org.apache.maven maven-settings-builder 3.3.9 - jar Apache License, Version 2.0
org.apache.xbean xbean-reflect 3.7 - jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-container-default 1.6 - jar The Apache Software License, Version 2.0
org.codehaus.plexus plexus-interpolation 1.21 - jar The Apache Software License, Version 2.0
org.eclipse.aether aether-api 1.1.0 - jar Eclipse Public License, Version 1.0
org.eclipse.aether aether-impl 1.0.2.v20150114 - jar Eclipse Public License, Version 1.0
org.eclipse.aether aether-spi 1.0.2.v20150114 - jar Eclipse Public License, Version 1.0

Project Dependency Graph

Dependency Tree

Licenses

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

GPLv2+CE: JavaMail API (compat)

Eclipse Public License 1.0: JUnit

Public Domain: AOP alliance

New BSD License: Hamcrest Core

Lesser General Public License (LGPL) v 3.0: Helper Maven Plugin :: Api, Helper Maven Plugin :: Mojos, Helper Maven Plugin :: Test Api

Eclipse Public License, Version 1.0: Aether API, Aether Implementation, Aether SPI, Aether Utilities, org.eclipse.sisu.inject, org.eclipse.sisu.plexus

Unknown: Plexus Mail Sender API, commons-collections, oro

CDDL: JavaMail API (compat)

Apache License, Version 2.0: Apache Commons Lang, Apache Maven Dependency Tree, Apache Maven Wagon :: API, CDI APIs, Maven Aether Provider, Maven Artifact, Maven Builder Support, Maven Compat, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Plugin Testing Mechanism, Maven Plugin Tools Java 5 Annotations, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder

Common Development and Distribution License (CDDL) v1.0: JavaBeans Activation Framework (JAF)

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: JSR-250 Common Annotations for the JavaTM Platform

The Apache Software License, Version 2.0: Apache Commons Logging, Apache Log4j, Apache Velocity, Apache XBean :: Reflect, Commons IO, Google Collections Library, Google Guice - Core Library, Guava: Google Core Libraries for Java, Lang, Plexus :: Component Annotations, Plexus :: Default Container, Plexus Archiver Component, Plexus Classworlds, Plexus Common Utilities, Plexus IO Components, Plexus Interpolation API, javax.inject

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
aopalliance-1.0.jar 4.47 kB 15 9 2 1.3 Yes
google-collections-1.0.jar 639.59 kB 520 505 4 1.5 Yes
guava-18.0.jar 2.26 MB 1719 1690 17 1.6 Yes
guice-4.0-no_aop.jar 423.56 kB 344 329 8 1.6 Yes
commons-collections-3.1.jar 559.37 kB 465 446 12 1.1 Yes
commons-io-2.2.jar 173.59 kB 126 108 6 1.5 Yes
commons-lang-2.1.jar 207.72 kB 125 110 8 1.1 Yes
commons-logging-1.2.jar 61.83 kB 42 28 2 1.2 Yes
activation-1.1.jar 62.98 kB 50 38 3 1.4 Yes
jsr250-api-1.0.jar 5.85 kB 16 11 2 1.5 Yes
cdi-api-1.0.jar 44.91 kB 92 75 7 1.5 Yes
javax.inject-1.jar 2.50 kB 8 6 1 1.5 No
mail-1.5.0-b01.jar 519.09 kB 327 296 14 1.5 Yes
junit-4.12.jar 314.93 kB 323 286 30 1.5 Yes
log4j-1.2.17.jar 489.88 kB 353 314 21 1.4 Yes
commons-lang3-3.4.jar 434.68 kB 248 224 12 1.6 Yes
maven-aether-provider-3.3.9.jar 66.86 kB 43 26 1 1.6 Yes
maven-artifact-3.3.9.jar 55.02 kB 57 32 11 1.6 Yes
maven-builder-support-3.3.9.jar 14.87 kB 24 10 1 1.6 Yes
maven-compat-3.3.9.jar 290.34 kB 215 163 29 1.6 Yes
maven-core-3.3.9.jar 637.91 kB 493 394 56 1.6 Yes
maven-model-3.3.9.jar 163.98 kB 71 54 3 1.6 Yes
maven-model-builder-3.3.9.jar 177.01 kB 154 121 16 1.6 Yes
maven-plugin-api-3.3.9.jar 47.47 kB 48 27 6 1.6 Yes
maven-repository-metadata-3.3.9.jar 27.29 kB 27 9 2 1.6 Yes
maven-settings-3.3.9.jar 44.33 kB 35 19 2 1.6 Yes
maven-settings-builder-3.3.9.jar 43.02 kB 53 32 5 1.6 Yes
maven-plugin-testing-harness-3.3.0.jar 50.97 kB 36 17 3 1.6 Yes
maven-plugin-annotations-3.4.jar 14.25 kB 22 7 1 1.5 Yes
maven-dependency-tree-3.0.jar 36.57 kB 41 20 4 1.6 Yes
wagon-provider-api-2.10.jar 53.53 kB 60 39 8 1.5 Yes
xbean-reflect-3.7.jar 148.10 kB 133 118 2 1.5 Yes
plexus-archiver-2.2.jar 184.98 kB 137 112 12 1.5 Yes
plexus-classworlds-2.5.2.jar 52.68 kB 52 37 5 1.6 Yes
plexus-component-annotations-1.6.jar 4.26 kB 15 3 1 1.5 No
plexus-container-default-1.6.jar 223.70 kB 232 187 30 1.5 Yes
plexus-interpolation-1.21.jar 62.46 kB 60 44 6 1.5 Yes
plexus-io-2.0.4.jar 58.28 kB 62 43 5 1.5 Yes
plexus-utils-3.0.22.jar 244.90 kB 129 104 9 1.5 Yes
aether-api-1.1.0.jar 136.37 kB 149 128 11 1.5 Yes
aether-impl-1.0.2.v20150114.jar 173.00 kB 114 96 4 1.5 Yes
aether-spi-1.0.2.v20150114.jar 30.70 kB 54 34 8 1.5 Yes
aether-util-1.0.2.v20150114.jar 146.88 kB 126 101 13 1.5 Yes
org.eclipse.sisu.inject-0.3.3.jar 379.17 kB 289 271 9 1.6 Yes
org.eclipse.sisu.plexus-0.3.3.jar 205.31 kB 196 164 20 1.6 Yes
hamcrest-core-1.3.jar 45.02 kB 52 45 3 1.5 Yes
helper-maven-plugin-api-2.3.2.jar 48.17 kB 36 20 2 1.6 Yes
helper-maven-plugin-test-api-2.3.2.jar 12.89 kB 14 2 1 1.6 Yes
plexus-cipher-1.4.jar 13.49 kB 20 6 1 1.4 Yes
plexus-sec-dispatcher-1.4.jar 27.70 kB 31 13 3 1.4 Yes
oro-2.0.8.jar 65.26 kB 74 62 6 1.2 No
plexus-mail-sender-api-1.0-alpha-2.jar 10.10 kB 19 7 2 1.1 Yes
velocity-1.5.jar 392.12 kB 282 246 25 1.2 Yes
Total Size Entries Classes Packages Java Version Debug Information
53 10.59 MB 8428 7288 475 1.6 50
compile: 24 compile: 3.59 MB compile: 2753 compile: 2322 compile: 168 - compile: 21
test: 8 test: 1.33 MB test: 1103 test: 927 test: 81 - test: 8
provided: 21 provided: 5.67 MB provided: 4572 provided: 4039 provided: 226 - provided: 21

Dependency Repository Locations

Repo ID URL Release Snapshot Blacklisted
snapshots http://nexus.nuiton.org/nexus/content/repositories/snapshots No Yes No
releasess http://nexus.nuiton.org/nexus/content/repositories/central-releases Yes No No
maven2-repository.dev.java.net http://download.java.net/maven/2/ Yes Yes Yes
plexus.snapshots https://oss.sonatype.org/content/repositories/plexus-snapshots No Yes No
central https://repo.maven.apache.org/maven2 Yes No No
snapshots.jboss.org http://snapshots.jboss.org/maven2 No Yes No
sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots No Yes No
oss.sonatype.org/jboss-snapshots http://oss.sonatype.org/content/repositories/jboss-snapshots No Yes No
repository.jboss.org http://repository.jboss.org/maven2 Yes No No
jvnet-nexus-snapshots https://maven.java.net/content/repositories/snapshots No Yes No
codehaus.snapshots http://snapshots.repository.codehaus.org No Yes No
apache.snapshots http://people.apache.org/repo/m2-snapshot-repository No Yes Yes

Repository locations for each of the Dependencies.

Artifact snapshots releasess plexus.snapshots central snapshots.jboss.org sonatype-nexus-snapshots oss.sonatype.org/jboss-snapshots repository.jboss.org jvnet-nexus-snapshots codehaus.snapshots
aopalliance:aopalliance:jar:1.0 - - - Found at https://repo.maven.apache.org/maven2 - - - Found at http://repository.jboss.org/maven2 - -
com.google.collections:google-collections:jar:1.0 - - - Found at https://repo.maven.apache.org/maven2 - - - Found at http://repository.jboss.org/maven2 - -
com.google.guava:guava:jar:18.0 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
com.google.inject:guice:jar:no_aop:4.0 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
commons-collections:commons-collections:jar:3.1 - - - Found at https://repo.maven.apache.org/maven2 - - - Found at http://repository.jboss.org/maven2 - -
commons-io:commons-io:jar:2.2 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
commons-lang:commons-lang:jar:2.1 - - - Found at https://repo.maven.apache.org/maven2 - - - Found at http://repository.jboss.org/maven2 - -
commons-logging:commons-logging:jar:1.2 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
javax.activation:activation:jar:1.1 - - - Found at https://repo.maven.apache.org/maven2 - - - Found at http://repository.jboss.org/maven2 - -
javax.annotation:jsr250-api:jar:1.0 - - - Found at https://repo.maven.apache.org/maven2 - - - Found at http://repository.jboss.org/maven2 - -
javax.enterprise:cdi-api:jar:1.0 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
javax.inject:javax.inject:jar:1 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
javax.mail:mail:jar:1.5.0-b01 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
junit:junit:jar:4.12 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
log4j:log4j:jar:1.2.17 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.commons:commons-lang3:jar:3.4 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven:maven-aether-provider:jar:3.3.9 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven:maven-artifact:jar:3.3.9 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven:maven-builder-support:jar:3.3.9 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven:maven-compat:jar:3.3.9 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven:maven-core:jar:3.3.9 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven:maven-model:jar:3.3.9 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven:maven-model-builder:jar:3.3.9 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven:maven-plugin-api:jar:3.3.9 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven:maven-repository-metadata:jar:3.3.9 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven:maven-settings:jar:3.3.9 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven:maven-settings-builder:jar:3.3.9 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:3.3.0 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.4 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven.shared:maven-dependency-tree:jar:3.0 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.maven.wagon:wagon-provider-api:jar:2.10 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.apache.xbean:xbean-reflect:jar:3.7 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.codehaus.plexus:plexus-archiver:jar:2.2 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.codehaus.plexus:plexus-classworlds:jar:2.5.2 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.codehaus.plexus:plexus-component-annotations:jar:1.6 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.codehaus.plexus:plexus-container-default:jar:1.6 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.codehaus.plexus:plexus-interpolation:jar:1.21 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.codehaus.plexus:plexus-io:jar:2.0.4 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.codehaus.plexus:plexus-utils:jar:3.0.22 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.eclipse.aether:aether-api:jar:1.1.0 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.eclipse.aether:aether-util:jar:1.0.2.v20150114 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.3 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.3 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.hamcrest:hamcrest-core:jar:1.3 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.nuiton:helper-maven-plugin-api:jar:2.3.2 - - - - - - - - - -
org.nuiton:helper-maven-plugin-test-api:jar:2.3.2 - - - - - - - - - -
org.sonatype.plexus:plexus-cipher:jar:1.4 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
oro:oro:jar:2.0.8 - - - Found at https://repo.maven.apache.org/maven2 - - - Found at http://repository.jboss.org/maven2 - -
plexus:plexus-mail-sender-api:jar:1.0-alpha-2 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
velocity:velocity:jar:1.5 - - - Found at https://repo.maven.apache.org/maven2 - - - - - -
Total snapshots releasess plexus.snapshots central snapshots.jboss.org sonatype-nexus-snapshots oss.sonatype.org/jboss-snapshots repository.jboss.org jvnet-nexus-snapshots codehaus.snapshots
53 (compile: 24, test: 8, provided: 21) 0 0 0 51 0 0 0 7 0 0