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 | 31.1-jre | jar | Apache License, Version 2.0 | No |
de.softwareforge.testing | maven-loader | 2.0.1 | jar | Apache License, Version 2.0 | No |
org.apache.commons | commons-compress | 1.23.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 | 8.5.13 | 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 | 14.7.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.github.spotbugs | spotbugs-annotations | 4.7.3 | jar | GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 | Yes |
com.google.auto.value | auto-value | 1.10.1 | jar | Apache 2.0 | Yes |
com.google.auto.value | auto-value-annotations | 1.10.1 | jar | Apache 2.0 | Yes |
org.junit.jupiter | junit-jupiter-api | 5.9.3 | jar | Eclipse Public License v2.0 | Yes |
org.junit.platform | junit-platform-commons | 1.9.3 | 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.11.0 | 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 |
org.checkerframework | checker-qual | 3.34.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.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.3
- de.softwareforge.testing:maven-loader:jar:2.0.1 (compile)
- org.slf4j:jcl-over-slf4j:jar:1.7.32 (runtime)
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- com.google.guava:guava:jar:31.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.34.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.11.0 (compile)
- com.google.j2objc:j2objc-annotations:jar:1.3 (compile)
- org.apache.commons:commons-compress:jar:1.23.0 (compile)
- org.tukaani:xz:jar:1.9 (compile)
- org.flywaydb:flyway-core:jar:8.5.13 (compile)
- org.postgresql:postgresql:jar:42.6.0 (compile)
- com.github.spotbugs:spotbugs-annotations:jar:4.7.3 (provided)
- org.junit.jupiter:junit-jupiter-api:jar:5.9.3 (provided)
- org.opentest4j:opentest4j:jar:1.2.0 (provided)
- org.apiguardian:apiguardian-api:jar:1.1.2 (provided)
- org.junit.platform:junit-platform-commons:jar:1.9.3 (provided)
- com.google.auto.value:auto-value-annotations:jar:1.10.1 (provided)
- com.google.auto.value:auto-value:jar:1.10.1 (provided)
- org.slf4j:slf4j-simple:jar:1.7.36 (test)
- io.zonky.test.postgres:embedded-postgres-binaries-darwin-arm64v8:jar:14.7.0 (test)
- de.softwareforge.testing:maven-loader:jar:2.0.1 (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, JCL 1.2 implemented over SLF4J, flyway-core, maven-loader, pg-embedded
Apache-2.0: Apache Commons Compress
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
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.11.0.jar | 16 kB | 38 | 26 | 2 | 1.7 | Yes | No |
failureaccess-1.0.1.jar | 4.6 kB | 15 | 2 | 1 | 1.7 | Yes | No |
guava-31.1-jre.jar | 3 MB | 2053 | 2023 | 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 |
maven-loader-2.0.1.jar | 4.4 MB | 2918 | 2375 | 176 | - | Yes | No |
embedded-postgres-binaries-darwin-arm64v8-14.7.0.jar | 28.8 MB | 3 | 0 | 0 | - | No | No |
commons-compress-1.23.0.jar | 1.1 MB | 614 | 562 | 36 | 1.8 | Yes | No |
checker-qual-3.34.0.jar | 224.4 kB | 427 | 359 | 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.32.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 | - | No | Yes |
spotbugs-annotations-4.7.3.jar | 15.2 kB | 31 | 24 | 1 | 1.8 | Yes | No |
auto-value-1.10.1.jar | 4.7 MB | 2931 | 2437 | 70 | - | Yes | No |
auto-value-annotations-1.10.1.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.5.13.jar | 632.3 kB | 476 | 397 | 65 | 1.8 | Yes | No |
junit-jupiter-api-5.9.3.jar | 207.8 kB | 194 | 179 | 8 | - | Yes | No |
junit-platform-commons-1.9.3.jar | 103 kB | 64 | 44 | 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 |
23 | 44.4 MB | 10650 | 9142 | 487 | 1.8 | 19 | 1 |
compile: 13 | compile: 10.6 MB | compile: 7340 | compile: 6420 | compile: 390 | - | compile: 11 | compile: 1 |
test: 2 | test: 28.8 MB | test: 23 | test: 10 | test: 1 | - | test: 1 | - |
runtime: 1 | runtime: 16.6 kB | runtime: 23 | runtime: 9 | runtime: 2 | - | runtime: 1 | - |
provided: 7 | provided: 5 MB | provided: 3264 | provided: 2703 | provided: 94 | - | provided: 6 | - |