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 | 32.1.3-jre | jar | Apache License, Version 2.0 | No |
de.softwareforge.testing | maven-loader | 2.3.0 | jar | Apache License, Version 2.0 | No |
org.apache.commons | commons-compress | 1.24.0 | jar | Apache-2.0 | No |
org.postgresql | postgresql | 42.6.0 | jar | BSD-2-Clause | No |
org.slf4j | slf4j-api | 1.7.36 | jar | MIT License | No |
org.tukaani | xz | 1.9 | jar | Public Domain | No |
org.flywaydb | flyway-core | 9.22.3 | 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-arm64v8 | 15.4.0 | jar | The Apache License, Version 2.0 |
org.slf4j | slf4j-simple | 1.7.36 | 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.10.4 | jar | Apache 2.0 | Yes |
com.google.auto.value | auto-value-annotations | 1.10.4 | jar | Apache 2.0 | Yes |
jakarta.annotation | jakarta.annotation-api | 2.1.1 | jar | EPL 2.0GPL2 w/ CPE | Yes |
org.junit.jupiter | junit-jupiter-api | 5.10.0 | jar | Eclipse Public License v2.0 | Yes |
org.junit.platform | junit-platform-commons | 1.10.0 | 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 | Optional |
---|---|---|---|---|---|
com.google.code.findbugs | jsr305 | 3.0.2 | jar | The Apache Software License, Version 2.0 | No |
com.google.errorprone | error_prone_annotations | 2.21.1 | jar | Apache 2.0 | No |
com.google.guava | failureaccess | 1.0.1 | jar | The Apache Software License, Version 2.0 | No |
com.google.guava | listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | jar | The Apache Software License, Version 2.0 | No |
com.google.j2objc | j2objc-annotations | 2.8 | jar | Apache License, Version 2.0 | No |
org.checkerframework | checker-qual | 3.39.0 | jar | The MIT License | No |
com.fasterxml.jackson.core | jackson-annotations | 2.15.2 | jar | The Apache Software License, Version 2.0 | Yes |
com.fasterxml.jackson.core | jackson-core | 2.15.2 | jar | The Apache Software License, Version 2.0 | Yes |
com.fasterxml.jackson.core | jackson-databind | 2.15.2 | jar | The Apache Software License, Version 2.0 | Yes |
com.fasterxml.jackson.dataformat | jackson-dataformat-toml | 2.15.2 | jar | The Apache Software License, Version 2.0 | Yes |
com.google.code.gson | gson | 2.10.1 | jar | Apache-2.0 | Yes |
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.36 | 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.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 | Yes |
Project Dependency Graph
Dependency Tree
- de.softwareforge.testing:pg-embedded:jar:5.1.0
- de.softwareforge.testing:maven-loader:jar:2.3.0 (compile)
- org.slf4j:jcl-over-slf4j:jar:1.7.36 (runtime)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- com.google.guava:guava:jar:32.1.3-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.39.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.21.1 (compile)
- com.google.j2objc:j2objc-annotations:jar:2.8 (compile)
- org.apache.commons:commons-compress:jar:1.24.0 (compile)
- org.tukaani:xz:jar:1.9 (compile)
- org.flywaydb:flyway-core:jar:9.22.3 (compile)
- com.fasterxml.jackson.dataformat:jackson-dataformat-toml:jar:2.15.2 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.15.2 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.15.2 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.15.2 (compile)
- com.google.code.gson:gson:jar:2.10.1 (compile)
- com.fasterxml.jackson.dataformat:jackson-dataformat-toml:jar:2.15.2 (compile)
- org.postgresql:postgresql:jar:42.6.0 (compile)
- jakarta.annotation:jakarta.annotation-api:jar:2.1.1 (provided)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.0 (provided)
- org.opentest4j:opentest4j:jar:1.3.0 (provided)
- org.apiguardian:apiguardian-api:jar:1.1.2 (provided)
- org.junit.platform:junit-platform-commons:jar:1.10.0 (provided)
- com.google.auto.value:auto-value-annotations:jar:1.10.4 (provided)
- com.google.auto.value:auto-value:jar:1.10.4 (provided)
- org.slf4j:slf4j-simple:jar:1.7.36 (test)
- io.zonky.test.postgres:embedded-postgres-binaries-darwin-arm64v8:jar:15.4.0 (test)
- de.softwareforge.testing:maven-loader:jar:2.3.0 (compile)
Licenses
Apache 2.0: AutoValue Annotations, AutoValue Processor, error-prone annotations
The Apache License, Version 2.0: embedded-postgres-binaries-darwin-arm64v8, 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: Guava: Google Core Libraries for Java, J2ObjC Annotations, JCL 1.2 implemented over SLF4J, flyway-core, maven-loader, pg-embedded
Apache-2.0: Apache Commons Compress, Gson
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
EPL 2.0: Jakarta Annotations API
Public Domain: XZ for Java
GPL2 w/ CPE: Jakarta Annotations API
The Apache Software License, Version 2.0: FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, Guava ListenableFuture only, Jackson-annotations, Jackson-core, Jackson-dataformat-TOML, jackson-databind
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.21.1.jar | 16.8 kB | 39 | 27 | 2 | 1.8 | Yes | No |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes | No |
guava-32.1.3-jre.jar | 3 MB | 2060 | 2020 | 18 | 1.8 | Yes | No |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | - | - |
j2objc-annotations-2.8.jar | 9.3 kB | 24 | 13 | 1 | 1.7 | Yes | No |
maven-loader-2.3.0.jar | 4.7 MB | 3160 | 2587 | 192 | 11 | Yes | No |
embedded-postgres-binaries-darwin-arm64v8-15.4.0.jar | 29.8 MB | 3 | 0 | 0 | - | - | - |
commons-compress-1.24.0.jar | 1.1 MB | 617 | 563 | 37 | 9 | Yes | No |
checker-qual-3.39.0.jar | 223.9 kB | 426 | 358 | 30 | 1.8 | Yes | No |
postgresql-42.6.0.jar | 1.1 MB | 545 | 478 | 44 | 1.8 | Yes | No |
jcl-over-slf4j-1.7.36.jar | 16.6 kB | 23 | 9 | 2 | 1.5 | Yes | No |
slf4j-api-1.7.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes | No |
slf4j-simple-1.7.36.jar | 15.3 kB | 20 | 10 | 1 | 1.5 | Yes | No |
xz-1.9.jar | 116 kB | 132 | 117 | 10 | 9 | No | Yes |
jackson-annotations-2.15.2.jar | 75.6 kB | 86 | 73 | 2 | 9 | Yes | No |
jackson-core-2.15.2.jar | 549.2 kB | 250 | 186 | 15 | 19 | Yes | No |
jackson-databind-2.15.2.jar | 1.6 MB | 816 | 777 | 24 | 9 | Yes | No |
jackson-dataformat-toml-2.15.2.jar | 55.7 kB | 40 | 24 | 2 | 9 | Yes | No |
auto-value-1.10.4.jar | 4.9 MB | 3080 | 2528 | 76 | 9 | Yes | No |
auto-value-annotations-1.10.4.jar | 7.5 kB | 24 | 9 | 4 | 1.7 | No | No |
gson-2.10.1.jar | 283.4 kB | 238 | 218 | 10 | 9 | Yes | No |
jakarta.annotation-api-2.1.1.jar | 26.1 kB | 31 | 18 | 4 | 9 | Yes | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 9 | Yes | No |
flyway-core-9.22.3.jar | 885.3 kB | 552 | 422 | 71 | 1.8 | Yes | No |
junit-jupiter-api-5.10.0.jar | 211 kB | 197 | 182 | 8 | 9 | Yes | No |
junit-platform-commons-1.10.0.jar | 106.2 kB | 64 | 44 | 7 | 9 | Yes | No |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 9 | Yes | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
28 | 49 MB | 12565 | 10746 | 572 | 19 | 24 | 1 |
compile: 18 | compile: 13.9 MB | compile: 9099 | compile: 7934 | compile: 466 | 19 | compile: 16 | compile: 1 |
runtime: 1 | runtime: 16.6 kB | runtime: 23 | runtime: 9 | runtime: 2 | runtime: 1 | - | |
provided: 7 | provided: 5.3 MB | provided: 3420 | provided: 2793 | provided: 103 | provided: 6 | - | |
test: 2 | test: 29.9 MB | test: 23 | test: 10 | test: 1 | 1.5 | test: 1 | - |