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-core | 1.12.279 | jar | Apache License, Version 2.0 |
com.amazonaws | aws-java-sdk-dynamodb | 1.12.279 | jar | Apache License, Version 2.0 |
com.jcabi | jcabi-aspects | 0.24.1 | jar | BSD |
com.jcabi | jcabi-log | 0.22.0 | jar | BSD |
com.jcabi | jcabi-maven-slf4j | 0.12.2 | jar | BSD |
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.aspectj | aspectjrt | 1.9.9.1 | jar | Eclipse Public License - v 2.0 |
org.glassfish | javax.json | 1.1.4 | jar | Dual license consisting of the CDDL v1.1 and GPL v2 |
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.11.0 | jar | Apache License, Version 2.0 |
javax.validation | validation-api | 2.0.1.Final | jar | Apache License 2.0 |
org.hamcrest | hamcrest | 2.2 | jar | BSD License 3 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.junit.jupiter | junit-jupiter-api | 5.9.0 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.9.0 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 4.6.1 | 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 |
---|---|---|---|---|
javax.el | javax.el-api | 3.0.1-b06 | jar | CDDL + GPLv2 with classpath exception |
javax.json | javax.json-api | 1.1.4 | jar | Dual license consisting of the CDDL v1.1 and GPL v2 |
org.apache.maven | maven-artifact | 3.8.6 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-core | 3.8.6 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-model | 3.8.6 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-plugin-api | 3.8.6 | jar | Apache License, Version 2.0 |
org.apache.maven | maven-settings | 3.8.6 | jar | Apache License, Version 2.0 |
org.apache.maven.plugin-tools | maven-plugin-annotations | 3.6.4 | jar | Apache License, Version 2.0 |
org.codehaus.plexus | plexus-utils | 3.4.2 | jar | Apache License, Version 2.0 |
org.hibernate.validator | hibernate-validator | 6.0.20.Final | jar | Apache License 2.0 |
org.projectlombok | lombok | 1.18.24 | 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:
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 |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.12.10 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.12.10 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.platform | junit-platform-commons | 1.9.0 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.9.0 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.2 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.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:
Project Dependency Graph
Dependency Tree
- com.jcabi:jcabi-dynamodb-maven-plugin:maven-plugin:0.10.1
- com.jcabi:jcabi-aspects:jar:0.24.1 (compile)
- com.jcabi:jcabi-log:jar:0.22.0 (compile)
- org.slf4j:slf4j-api:jar:2.0.0-beta1 (compile)
- com.jcabi:jcabi-maven-slf4j:jar:0.12.2 (compile)
- org.projectlombok:lombok:jar:1.18.24 (provided)
- javax.json:javax.json-api:jar:1.1.4 (provided)
- org.glassfish:javax.json:jar:1.1.4 (runtime)
- com.amazonaws:aws-java-sdk-core:jar:1.12.279 (compile)
- commons-logging:commons-logging:jar:1.1.3 (compile)
- commons-codec:commons-codec:jar:1.15 (compile)
- org.apache.httpcomponents:httpclient:jar:4.5.13 (compile)
- org.apache.httpcomponents:httpcore:jar:4.4.13 (compile)
- software.amazon.ion:ion-java:jar:1.0.2 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.12.6.1 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.12.6 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.12.6 (compile)
- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.12.6 (compile)
- joda-time:joda-time:jar:2.8.1 (compile)
- com.amazonaws:aws-java-sdk-dynamodb:jar:1.12.279 (compile)
- com.amazonaws:aws-java-sdk-s3:jar:1.12.279 (compile)
- com.amazonaws:aws-java-sdk-kms:jar:1.12.279 (compile)
- com.amazonaws:jmespath-java:jar:1.12.279 (compile)
- com.amazonaws:aws-java-sdk-s3:jar:1.12.279 (compile)
- org.aspectj:aspectjrt:jar:1.9.9.1 (runtime)
- javax.validation:validation-api:jar:2.0.1.Final (test)
- org.apache.maven:maven-plugin-api:jar:3.8.6 (provided)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5 (provided)
- javax.annotation:javax.annotation-api:jar:1.2 (provided)
- org.codehaus.plexus:plexus-classworlds:jar:2.6.0 (provided)
- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.5 (provided)
- org.apache.maven:maven-artifact:jar:3.8.6 (provided)
- org.apache.commons:commons-lang3:jar:3.12.0 (provided)
- org.apache.maven:maven-settings:jar:3.8.6 (provided)
- org.apache.maven:maven-model:jar:3.8.6 (provided)
- org.codehaus.plexus:plexus-utils:jar:3.4.2 (provided)
- org.apache.maven:maven-core:jar:3.8.6 (provided)
- org.apache.maven:maven-settings-builder:jar:3.8.6 (provided)
- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 (provided)
- org.codehaus.plexus:plexus-cipher:jar:2.0 (provided)
- org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 (provided)
- org.apache.maven:maven-builder-support:jar:3.8.6 (provided)
- org.apache.maven:maven-repository-metadata:jar:3.8.6 (provided)
- org.apache.maven:maven-model-builder:jar:3.8.6 (provided)
- org.apache.maven:maven-resolver-provider:jar:3.8.6 (provided)
- org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 (provided)
- org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 (provided)
- org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 (provided)
- org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 (provided)
- org.apache.maven.shared:maven-shared-utils:jar:3.3.4 (provided)
- org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.5 (provided)
- com.google.inject:guice:jar:no_aop:4.2.2 (provided)
- aopalliance:aopalliance:jar:1.0 (provided)
- com.google.guava:guava:jar:31.1-jre (provided)
- com.google.guava:failureaccess:jar:1.0.1 (provided)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (provided)
- com.google.code.findbugs:jsr305:jar:3.0.2 (provided)
- org.checkerframework:checker-qual:jar:3.12.0 (provided)
- com.google.errorprone:error_prone_annotations:jar:2.11.0 (provided)
- com.google.j2objc:j2objc-annotations:jar:1.3 (provided)
- javax.inject:javax.inject:jar:1 (provided)
- org.codehaus.plexus:plexus-interpolation:jar:1.26 (provided)
- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0 (provided)
- org.apache.maven:maven-settings-builder:jar:3.8.6 (provided)
- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4 (provided)
- commons-io:commons-io:jar:2.11.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.9.0 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.9.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.9.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.9.0 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hibernate.validator:hibernate-validator:jar:6.0.20.Final (provided)
- org.jboss.logging:jboss-logging:jar:3.3.2.Final (provided)
- com.fasterxml:classmate:jar:1.3.4 (provided)
- javax.el:javax.el-api:jar:3.0.1-b06 (provided)
- org.hamcrest:hamcrest:jar:2.2 (test)
- org.mockito:mockito-core:jar:4.6.1 (test)
- net.bytebuddy:byte-buddy:jar:1.12.10 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.12.10 (test)
- org.objenesis:objenesis:jar:3.2 (test)
Licenses
Apache License, version 2.0: JBoss Logging 3
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j, software.amazon.ion:ion-java
Apache 2.0: error-prone annotations
MIT License: SLF4J API Module
BSD License 3: Hamcrest
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
Public Domain: AOP alliance
New BSD License: Hamcrest Core
Apache 2: Joda-Time
Eclipse Public License, Version 1.0: org.eclipse.sisu.inject, org.eclipse.sisu.plexus
BSD: jcabi-aspects, jcabi-dynamodb-maven-plugin, jcabi-log, jcabi-maven-slf4j
Apache License 2.0: Bean Validation API, Hibernate Validator Engine
The MIT License: Checker Qual, Project Lombok, mockito-core
Apache License, Version 2.0: AWS Java SDK for AWS KMS, AWS Java SDK for Amazon DynamoDB, AWS Java SDK for Amazon S3, AWS SDK for Java - Core, Apache Commons Codec, Apache Commons IO, Apache Commons Lang, Apache HttpClient, Apache HttpCore, Apache Maven Shared Utils, Byte Buddy (without dependencies), Byte Buddy agent, Guava: Google Core Libraries for Java, JMES Path Query library, Maven Artifact, Maven Artifact Resolver API, Maven Artifact Resolver Implementation, Maven Artifact Resolver Provider, Maven Artifact Resolver SPI, Maven Artifact Resolver Utilities, Maven Builder Support, Maven Core, Maven Model, Maven Model Builder, Maven Plugin API, Maven Plugin Tools Java Annotations, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Objenesis, Plexus :: Component Annotations, Plexus Cipher: encryption/decryption Component, Plexus Classworlds, Plexus Common Utilities, Plexus Interpolation API, Plexus Security Dispatcher Component
CDDL + GPLv2 with classpath exception: Expression Language 3.0 API, javax.annotation API
Dual license consisting of the CDDL v1.1 and GPL v2: JSR 374 (JSON Processing) API, JSR 374 (JSON Processing) Default Provider
Eclipse Public License - v 2.0: AspectJ Runtime
The Apache Software License, Version 2.0: ClassMate, Commons Logging, FindBugs-jsr305, Google Guice - Core Library, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations, Jackson dataformat: CBOR, Jackson-annotations, Jackson-core, jackson-databind, javax.inject