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 | 33.4.8-jre | jar | Apache License, Version 2.0 | No |
de.softwareforge.testing | maven-loader | 2.4.2 | jar | Apache License, Version 2.0 | No |
org.apache.commons | commons-compress | 1.28.0 | jar | Apache-2.0 | No |
org.postgresql | postgresql | 42.7.8 | jar | BSD-2-Clause | No |
org.slf4j | slf4j-api | 2.0.17 | jar | MIT | No |
org.tukaani | xz | 1.10 | jar | 0BSD | No |
org.flywaydb | flyway-core | 11.13.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 |
---|---|---|---|---|
com.fasterxml.jackson.dataformat | jackson-dataformat-toml | 2.18.4 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.datatype | jackson-datatype-jsr310 | 2.18.4 | jar | The Apache Software License, Version 2.0 |
io.zonky.test.postgres | embedded-postgres-binaries-linux-amd64 | 17.6.0 | jar | The Apache License, Version 2.0 |
org.flywaydb | flyway-database-postgresql | 11.13.3 | jar | Apache License, Version 2.0 |
org.slf4j | slf4j-simple | 2.0.17 | jar | MIT |
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.11.0 | jar | Apache 2.0 | Yes |
com.google.auto.value | auto-value-annotations | 1.11.0 | jar | Apache 2.0 | Yes |
jakarta.annotation | jakarta.annotation-api | 3.0.0 | jar | EPL 2.0GPL2 w/ CPE | Yes |
org.junit.jupiter | junit-jupiter-api | 5.13.3 | jar | Eclipse Public License v2.0 | Yes |
org.junit.platform | junit-platform-commons | 1.13.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.fasterxml.jackson.core | jackson-annotations | 2.18.4 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.18.4 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-databind | 2.18.4 | jar | The Apache Software License, Version 2.0 |
com.google.errorprone | error_prone_annotations | 2.36.0 | jar | Apache 2.0 |
com.google.guava | failureaccess | 1.0.3 | jar | Apache 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 | 3.0.0 | jar | Apache License, Version 2.0 |
commons-codec | commons-codec | 1.19.0 | jar | Apache-2.0 |
commons-io | commons-io | 2.20.0 | jar | Apache-2.0 |
org.apache.commons | commons-lang3 | 3.18.0 | jar | Apache-2.0 |
org.jspecify | jspecify | 1.0.0 | jar | The Apache License, Version 2.0 |
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.checkerframework | checker-qual | 3.51.1 | jar | The MIT License |
org.slf4j | jcl-over-slf4j | 2.0.17 | jar | Apache-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.4.2-SNAPSHOT
- org.apache.commons:commons-compress:jar:1.28.0 (compile)
- commons-codec:commons-codec:jar:1.19.0 (compile)
- commons-io:commons-io:jar:2.20.0 (compile)
- org.apache.commons:commons-lang3:jar:3.18.0 (compile)
- commons-codec:commons-codec:jar:1.19.0 (compile)
- org.tukaani:xz:jar:1.10 (compile)
- de.softwareforge.testing:maven-loader:jar:2.4.2 (compile)
- org.slf4j:jcl-over-slf4j:jar:2.0.17 (runtime)
- org.slf4j:jcl-over-slf4j:jar:2.0.17 (runtime)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
- com.google.guava:guava:jar:33.4.8-jre (compile)
- com.google.guava:failureaccess:jar:1.0.3 (compile)
- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile)
- org.jspecify:jspecify:jar:1.0.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.36.0 (compile)
- com.google.j2objc:j2objc-annotations:jar:3.0.0 (compile)
- com.google.guava:failureaccess:jar:1.0.3 (compile)
- org.flywaydb:flyway-core:jar:11.13.3 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.18.4 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.18.4 (compile)
- org.postgresql:postgresql:jar:42.7.8 (compile)
- org.checkerframework:checker-qual:jar:3.51.1 (runtime)
- org.checkerframework:checker-qual:jar:3.51.1 (runtime)
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (provided)
- org.junit.jupiter:junit-jupiter-api:jar:5.13.3 (provided)
- org.opentest4j:opentest4j:jar:1.3.0 (provided)
- org.apiguardian:apiguardian-api:jar:1.1.2 (provided)
- org.opentest4j:opentest4j:jar:1.3.0 (provided)
- org.junit.platform:junit-platform-commons:jar:1.13.3 (provided)
- org.flywaydb:flyway-database-postgresql:jar:11.13.3 (test)
- com.fasterxml.jackson.dataformat:jackson-dataformat-toml:jar:2.18.4 (test)
- com.fasterxml.jackson.core:jackson-core:jar:2.18.4 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.18.4 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.18.4 (test)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.18.4 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.18.4 (compile)
- com.google.auto.value:auto-value-annotations:jar:1.11.0 (provided)
- com.google.auto.value:auto-value:jar:1.11.0 (provided)
- org.slf4j:slf4j-simple:jar:2.0.17 (test)
- io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64:jar:17.6.0 (test)
- org.apache.commons:commons-compress:jar:1.28.0 (compile)
Licenses
0BSD: XZ for Java
The Apache License, Version 2.0: JSpecify annotations, embedded-postgres-binaries-linux-amd64, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: AutoValue Annotations, AutoValue Processor, error-prone annotations
BSD-2-Clause: PostgreSQL JDBC Driver
The MIT License: Checker Qual
Apache License, Version 2.0: Guava InternalFutureFailureAccess and InternalFutures, Guava: Google Core Libraries for Java, J2ObjC Annotations, flyway-core, flyway-database-postgresql, maven-loader, pg-embedded
Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons Lang, JCL 1.2 implemented over SLF4J
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
MIT: SLF4J API Module, SLF4J Simple Provider
EPL 2.0: Jakarta Annotations API
GPL2 w/ CPE: Jakarta Annotations API
The Apache Software License, Version 2.0: Guava ListenableFuture only, Jackson datatype: JSR310, Jackson-annotations, Jackson-core, Jackson-dataformat-TOML, jackson-databind
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
---|---|---|---|---|---|---|---|
jackson-annotations-2.18.4.jar | 78.5 kB | 87 | 74 | 2 | 1.6 | Yes | No |
jackson-core-2.18.4.jar | 598 kB | 293 | - | - | - | - | No |
• Root | - | 246 | 211 | 14 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
• Versioned | - | 12 | 3 | 1 | 11 | Yes | - |
• Versioned | - | 11 | 2 | 1 | 17 | Yes | - |
• Versioned | - | 11 | 2 | 1 | 21 | Yes | - |
• Versioned | - | 11 | 2 | 1 | 22 | Yes | - |
jackson-databind-2.18.4.jar | 1.7 MB | 829 | - | - | - | - | No |
• Root | - | 827 | 789 | 23 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
jackson-dataformat-toml-2.18.4.jar | 56.1 kB | 40 | - | - | - | - | No |
• Root | - | 38 | 23 | 1 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
jackson-datatype-jsr310-2.18.4.jar | 133.2 kB | 86 | - | - | - | - | No |
• Root | - | 84 | 62 | 6 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
error_prone_annotations-2.36.0.jar | 19.4 kB | 47 | - | - | - | - | No |
• Root | - | 40 | 27 | 2 | 1.8 | Yes | - |
• Versioned | - | 7 | 1 | 1 | 9 | No | - |
failureaccess-1.0.3.jar | 10.8 kB | 25 | - | - | - | - | No |
• Root | - | 17 | 2 | 1 | 1.8 | Yes | - |
• Versioned | - | 8 | 1 | 1 | 9 | No | - |
guava-33.4.8-jre.jar | 3 MB | 2008 | - | - | - | - | No |
• Root | - | 2006 | 1967 | 18 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | 2.2 kB | 7 | 0 | 0 | - | - | - |
j2objc-annotations-3.0.0.jar | 12.5 kB | 31 | - | - | - | - | No |
• Root | - | 29 | 17 | 1 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
commons-codec-1.19.0.jar | 374.7 kB | 263 | - | - | - | - | No |
• Root | - | 262 | 115 | 7 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
commons-io-2.20.0.jar | 564 kB | 415 | - | - | - | - | No |
• Root | - | 414 | 387 | 15 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
maven-loader-2.4.2.jar | 4.5 MB | 3106 | 2498 | 189 | 11 | Yes | No |
embedded-postgres-binaries-linux-amd64-17.6.0.jar | 14.9 MB | 3 | 0 | 0 | - | - | - |
commons-compress-1.28.0.jar | 1.1 MB | 642 | - | - | - | - | No |
• Root | - | 641 | 589 | 36 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
commons-lang3-3.18.0.jar | 703 kB | 444 | - | - | - | - | No |
• Root | - | 443 | 413 | 18 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
checker-qual-3.51.1.jar | 241.6 kB | 459 | 386 | 33 | 1.8 | Yes | No |
flyway-database-postgresql-11.13.3.jar | 47.9 kB | 33 | 19 | 2 | 17 | Yes | No |
jspecify-1.0.0.jar | 3.8 kB | 14 | - | - | - | - | No |
• Root | - | 10 | 4 | 1 | 1.8 | No | - |
• Versioned | - | 4 | 1 | 1 | 9 | No | - |
postgresql-42.7.8.jar | 1.1 MB | 539 | 476 | 38 | 1.8 | Yes | No |
jcl-over-slf4j-2.0.17.jar | 18.4 kB | 26 | - | - | - | - | No |
• Root | - | 24 | 8 | 2 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - | No |
• Root | - | 69 | 55 | 4 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
slf4j-simple-2.0.17.jar | 15.7 kB | 22 | - | - | - | - | No |
• Root | - | 20 | 6 | 1 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
xz-1.10.jar | 168.6 kB | 151 | - | - | - | - | Yes |
• Root | - | 137 | 123 | 9 | 1.8 | Yes | - |
• Versioned | - | 14 | 7 | 4 | 9 | Yes | - |
auto-value-1.11.0.jar | 2.3 MB | 1475 | 1346 | 37 | 1.8 | Yes | No |
auto-value-annotations-1.11.0.jar | 7.5 kB | 24 | 9 | 4 | 1.8 | No | No |
jakarta.annotation-api-3.0.0.jar | 26.4 kB | 32 | 19 | 4 | 11 | Yes | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes | No |
flyway-core-11.13.3.jar | 737.2 kB | 520 | 440 | 66 | 17 | Yes | No |
junit-jupiter-api-5.13.3.jar | 240.3 kB | 216 | 201 | 8 | 1.8 | Yes | No |
junit-platform-commons-1.13.3.jar | 158.6 kB | 100 | - | - | - | - | No |
• Root | - | 89 | 74 | 9 | 1.8 | Yes | - |
• Versioned | - | 11 | 5 | 1 | 9 | Yes | - |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
32 | 33 MB | 12032 | 10352 | 555 | 17 | 28 | 1 |
compile: 18 | compile: 14.8 MB | compile: 9492 | compile: 8187 | compile: 444 | 17 | compile: 16 | compile: 1 |
runtime: 2 | runtime: 260.1 kB | runtime: 485 | runtime: 394 | runtime: 35 | runtime: 2 | - | |
provided: 7 | provided: 2.8 MB | provided: 1871 | provided: 1661 | provided: 66 | provided: 6 | - | |
test: 5 | test: 15.1 MB | test: 184 | test: 110 | test: 10 | 17 | test: 4 | - |