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 | Licenses | Optional |
---|---|---|---|---|---|
com.google.guava | guava | 30.1.1-jre | jar | Apache License, Version 2.0 | No |
de.softwareforge.testing | maven-loader | 1.2 | jar | Apache License, Version 2.0 | No |
org.apache.commons | commons-compress | 1.21 | jar | Apache License, Version 2.0 | No |
org.postgresql | postgresql | 42.3.1 | jar | BSD-2-Clause | No |
org.slf4j | slf4j-api | 1.7.32 | jar | MIT License | No |
org.tukaani | xz | 1.9 | jar | Public Domain | No |
com.github.spotbugs | spotbugs-annotations | 4.4.2 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 | Yes |
com.google.auto.value | auto-value-annotations | 1.8.2 | jar | Apache 2.0 | Yes |
org.flywaydb | flyway-core | 8.1.0 | jar | Apache License, Version 2.0 | Yes |
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 | Licenses |
---|---|---|---|---|
io.zonky.test.postgres | embedded-postgres-binaries-darwin-amd64 | 13.4.0 | jar | The Apache License, Version 2.0 |
org.slf4j | slf4j-simple | 1.7.32 | 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 | Type | Licenses | Optional |
---|---|---|---|---|---|
com.google.auto.value | auto-value | 1.8.2 | jar | Apache 2.0 | Yes |
org.junit.jupiter | junit-jupiter-api | 5.8.1 | jar | Eclipse Public License v2.0 | Yes |
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 | Licenses |
---|---|---|---|---|
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 |
com.google.errorprone | error_prone_annotations | 2.5.1 | jar | Apache 2.0 |
com.google.guava | failureaccess | 1.0.1 | jar | The Apache Software License, Version 2.0 |
com.google.guava | listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | jar | The Apache Software License, Version 2.0 |
com.google.j2objc | j2objc-annotations | 1.3 | jar | The Apache Software License, Version 2.0 |
commons-codec | commons-codec | 1.15 | jar | Apache License, Version 2.0 |
javax.inject | javax.inject | 1 | jar | The Apache Software License, Version 2.0 |
org.apache.commons | commons-lang3 | 3.12.0 | jar | Apache License, Version 2.0 |
org.checkerframework | checker-qual | 3.17.0 | jar | The MIT License |
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.slf4j | jcl-over-slf4j | 1.7.32 | jar | 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:
GroupId | ArtifactId | Version | Type | Licenses | Optional |
---|---|---|---|---|---|
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 | Yes |
org.junit.platform | junit-platform-commons | 1.8.1 | jar | Eclipse Public License v2.0 | Yes |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.0 | Yes |
Project Dependency Graph
Dependency Tree
- de.softwareforge.testing:pg-embedded:jar:4.0
- de.softwareforge.testing:maven-loader:jar:1.2 (compile)
- org.apache.commons:commons-lang3:jar:3.12.0 (compile)
- commons-codec:commons-codec:jar:1.15 (compile)
- org.slf4j:jcl-over-slf4j:jar:1.7.32 (runtime)
- javax.inject:javax.inject:jar:1 (compile)
- org.slf4j:slf4j-api:jar:1.7.32 (compile)
- com.google.guava:guava:jar:30.1.1-jre (compile)
- com.google.guava:failureaccess:jar:1.0.1 (compile)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile)
- com.google.code.findbugs:jsr305:jar:3.0.2 (compile)
- org.checkerframework:checker-qual:jar:3.17.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.5.1 (compile)
- com.google.j2objc:j2objc-annotations:jar:1.3 (compile)
- org.apache.commons:commons-compress:jar:1.21 (compile)
- org.tukaani:xz:jar:1.9 (compile)
- org.flywaydb:flyway-core:jar:8.1.0 (compile)
- org.postgresql:postgresql:jar:42.3.1 (compile)
- com.github.spotbugs:spotbugs-annotations:jar:4.4.2 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.8.1 (provided)
- org.opentest4j:opentest4j:jar:1.2.0 (provided)
- org.junit.platform:junit-platform-commons:jar:1.8.1 (provided)
- org.apiguardian:apiguardian-api:jar:1.1.2 (provided)
- com.google.auto.value:auto-value-annotations:jar:1.8.2 (compile)
- com.google.auto.value:auto-value:jar:1.8.2 (provided)
- org.slf4j:slf4j-simple:jar:1.7.32 (test)
- io.zonky.test.postgres:embedded-postgres-binaries-darwin-amd64:jar:13.4.0 (test)
- de.softwareforge.testing:maven-loader:jar:1.2 (compile)
Licenses
Apache 2.0: AutoValue Annotations, AutoValue Processor, error-prone annotations
The Apache License, Version 2.0: embedded-postgres-binaries-darwin-amd64, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module, SLF4J Simple Binding
The MIT License: Checker Qual
BSD-2-Clause: PostgreSQL JDBC Driver
Apache License, Version 2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons Lang, Guava: Google Core Libraries for Java, JCL 1.2 implemented over SLF4J, flyway-core, maven-loader, pg-embedded
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
Public Domain: XZ for Java
The Apache Software License, Version 2.0: FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, J2ObjC Annotations, javax.inject
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
---|---|---|---|---|---|---|---|
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes | No |
error_prone_annotations-2.5.1.jar | 13.9 kB | 34 | 22 | 2 | 1.7 | No | No |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes | No |
guava-30.1.1-jre.jar | 2.9 MB | 2060 | 2030 | 18 | 1.8 | Yes | No |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | No | No |
j2objc-annotations-1.3.jar | 8.8 kB | 23 | 12 | 1 | 1.5 | Yes | No |
commons-codec-1.15.jar | 353.8 kB | 253 | 106 | 7 | 1.7 | Yes | No |
maven-loader-1.2.jar | 3 MB | 2188 | 1918 | 151 | - | Yes | No |
embedded-postgres-binaries-darwin-amd64-13.4.0.jar | 21.2 MB | 3 | 0 | 0 | - | No | No |
javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No | No |
commons-compress-1.21.jar | 1 MB | 576 | 524 | 35 | 1.8 | Yes | No |
commons-lang3-3.12.0.jar | 587.4 kB | 374 | 345 | 17 | 1.8 | Yes | No |
checker-qual-3.17.0.jar | 222.1 kB | 424 | 356 | 30 | 1.8 | Yes | No |
postgresql-42.3.1.jar | 1 MB | 519 | 456 | 42 | 1.8 | Yes | No |
jcl-over-slf4j-1.7.32.jar | 16.6 kB | 23 | 9 | 2 | 1.5 | Yes | No |
slf4j-api-1.7.32.jar | 41.5 kB | 46 | 34 | 4 | 1.5 | Yes | No |
slf4j-simple-1.7.32.jar | 15.3 kB | 20 | 10 | 1 | 1.5 | Yes | No |
xz-1.9.jar | 116 kB | 132 | 117 | 10 | - | No | Yes |
spotbugs-annotations-4.4.2.jar | 15.2 kB | 31 | 24 | 1 | 1.8 | Yes | No |
auto-value-1.8.2.jar | 2 MB | 1338 | 1233 | 26 | 1.8 | Yes | No |
auto-value-annotations-1.8.2.jar | 7.5 kB | 24 | 9 | 4 | 1.7 | No | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes | No |
flyway-core-8.1.0.jar | 661.9 kB | 495 | 412 | 69 | 1.8 | Yes | No |
junit-jupiter-api-5.8.1.jar | 193.5 kB | 183 | 168 | 8 | - | Yes | No |
junit-platform-commons-1.8.1.jar | 100.5 kB | 63 | 43 | 7 | - | Yes | No |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
26 | 33.6 MB | 8905 | 7881 | 444 | 1.8 | 20 | 1 |
compile: 18 | compile: 10 MB | compile: 7255 | compile: 6408 | compile: 396 | - | compile: 13 | compile: 1 |
test: 2 | test: 21.2 MB | test: 23 | test: 10 | test: 1 | - | test: 1 | - |
runtime: 1 | runtime: 16.6 kB | runtime: 23 | runtime: 9 | runtime: 2 | - | runtime: 1 | - |
provided: 5 | provided: 2.3 MB | provided: 1604 | provided: 1454 | provided: 45 | - | provided: 5 | - |