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 |
---|---|---|---|---|
com.amazonaws | aws-java-sdk | 1.5.8 | jar | Apache License, Version 2.0 |
com.jcabi | jcabi-log | 0.8 | jar | BSD |
com.jcabi | jcabi-maven-slf4j | 0.8 | jar | BSD |
commons-codec | commons-codec | 1.8 | jar | The Apache Software License, Version 2.0 |
commons-io | commons-io | 2.4 | jar | The Apache Software License, Version 2.0 |
javax.validation | validation-api | 1.1.0.Final | jar | The Apache Software License, Version 2.0 |
org.jfrog.maven.annomojo | maven-plugin-anno | 1.4.1 | 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.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.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 |
---|---|---|---|---|
com.jcabi | jcabi-aspects | 0.10 | jar | BSD |
org.apache.maven | maven-artifact | 3.0.5 | jar | The Apache Software License, Version 2.0 |
org.apache.maven | maven-plugin-api | 3.0.5 | jar | The Apache Software License, Version 2.0 |
org.apache.maven | maven-project | 3.0-alpha-2 | jar | The Apache Software License, Version 2.0 |
org.apache.maven | maven-settings | 3.0.5 | jar | The Apache Software License, Version 2.0 |
org.aspectj | aspectjrt | 1.7.3 | jar | Eclipse Public License - v 1.0 |
org.hibernate | hibernate-validator | 5.1.0.Alpha1 | jar | Apache License, Version 2.0 |
org.projectlombok | lombok | 0.12.0 | jar | The MIT License |
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 |
---|---|---|---|---|
com.fasterxml.jackson.core | jackson-annotations | 2.1.1 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.1.1 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-databind | 2.1.1 | jar | The Apache Software License, Version 2.0 |
commons-logging | commons-logging | 1.1.1 | jar | The Apache Software License, Version 2.0 |
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.httpcomponents | httpclient | 4.2 | jar | LICENSE.txt |
org.apache.httpcomponents | httpcore | 4.2 | jar | LICENSE.txt |
org.slf4j | slf4j-api | 1.7.5 | jar | MIT License |
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:
Project Dependency Graph
Dependency Tree
- com.jcabi:jcabi-beanstalk-maven-plugin:maven-plugin:0.9.2
- com.jcabi:jcabi-log:jar:0.8 (compile)
- log4j:log4j:jar:1.2.17 (compile)
- org.slf4j:slf4j-api:jar:1.7.5 (compile)
- org.apache.commons:commons-lang3:jar:3.1 (compile)
- com.jcabi:jcabi-maven-slf4j:jar:0.8 (compile)
- com.amazonaws:aws-java-sdk:jar:1.5.8 (compile)
- commons-logging:commons-logging:jar:1.1.1 (compile)
- org.apache.httpcomponents:httpclient:jar:4.2 (compile)
- org.apache.httpcomponents:httpcore:jar:4.2 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.1.1 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.1.1 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.1.1 (compile)
- org.projectlombok:lombok:jar:0.12.0 (provided)
- org.jfrog.maven.annomojo:maven-plugin-anno:jar:1.4.1 (compile)
- org.apache.maven:maven-plugin-api:jar:3.0.5 (provided)
- org.apache.maven:maven-model:jar:3.0.5 (provided)
- org.apache.maven:maven-settings:jar:3.0.5 (provided)
- org.codehaus.plexus:plexus-utils:jar:2.0.6 (provided)
- org.apache.maven:maven-artifact:jar:3.0.5 (provided)
- org.apache.maven:maven-project:jar:3.0-alpha-2 (provided)
- org.codehaus.plexus:plexus-interpolation:jar:1.1 (provided)
- org.codehaus.plexus:plexus-container-default:jar:1.0-beta-3.0.5 (provided)
- org.codehaus.plexus:plexus-classworlds:jar:1.4 (provided)
- org.apache.xbean:xbean-reflect:jar:3.4 (provided)
- com.google.code.google-collections:google-collect:jar:snapshot-20080530 (provided)
- org.codehaus.woodstox:wstx-asl:jar:3.2.6 (provided)
- stax:stax-api:jar:1.0.1 (provided)
- org.sonatype.spice:model-builder:jar:1.3 (provided)
- org.apache.maven:maven-project-builder:jar:3.0-alpha-2 (provided)
- commons-codec:commons-codec:jar:1.8 (compile)
- commons-io:commons-io:jar:2.4 (compile)
- com.jcabi:jcabi-aspects:jar:0.10 (provided)
- org.aspectj:aspectjrt:jar:1.7.3 (provided)
- javax.validation:validation-api:jar:1.1.0.Final (compile)
- org.hibernate:hibernate-validator:jar:5.1.0.Alpha1 (provided)
- org.jboss.logging:jboss-logging:jar:3.1.3.GA (provided)
- com.fasterxml:classmate:jar:0.8.0 (provided)
- junit:junit:jar:4.11 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hamcrest:hamcrest-library:jar:1.3 (test)
- org.mockito:mockito-core:jar:1.9.5 (test)
- org.objenesis:objenesis:jar:1.0 (test)
- com.jcabi:jcabi-log:jar:0.8 (compile)
Licenses
Apache License, version 2.0: JBoss Logging 3
New BSD License: Hamcrest Core, Hamcrest library
Unknown: Maven Shared Model
Apache License: HttpClient, HttpCore
BSD: jcabi-aspects, jcabi-beanstalk-maven-plugin, jcabi-log, jcabi-maven-slf4j
Eclipse Public License - v 1.0: AspectJ runtime
Apache License, Version 2.0: AWS SDK for Java, Hibernate Validator Engine
Common Public License Version 1.0: JUnit
MIT License: Objenesis, SLF4J API Module
The Apache Software License, Version 2.0: AnnoMojo API, Apache Log4j, Apache XBean :: Reflect, Bean Validation API, ClassMate, Commons Codec, Commons IO, Commons Lang, Commons Logging, Jackson-annotations, Jackson-core, Maven Artifact, Maven Model, Maven Plugin API, Maven Project, Maven Project Builder, Maven Settings, Plexus :: Default Container, Plexus Classworlds, Plexus Common Utilities, Plexus Interpolation API, StAX API, Woodstox, google-collect, jackson-databind
The MIT License: Mockito, Project Lombok