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.3.0-jre | jar | Apache License, Version 2.0 | No |
de.softwareforge.testing | maven-loader | 2.4.0 | jar | Apache License, Version 2.0 | No |
org.apache.commons | commons-compress | 1.27.1 | jar | Apache-2.0 | No |
org.postgresql | postgresql | 42.7.4 | jar | BSD-2-Clause | No |
org.slf4j | slf4j-api | 1.7.36 | jar | MIT License | No |
org.tukaani | xz | 1.10 | jar | 0BSD | No |
org.flywaydb | flyway-core | 10.17.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-linux-amd64 | 16.4.0 | jar | The Apache License, Version 2.0 |
org.flywaydb | flyway-database-postgresql | 10.17.3 | jar | 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.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.11.0 | jar | Eclipse Public License v2.0 | Yes |
org.junit.platform | junit-platform-commons | 1.11.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.28.0 | jar | Apache 2.0 | No |
com.google.guava | failureaccess | 1.0.2 | 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 | 3.0.0 | jar | Apache License, Version 2.0 | No |
commons-codec | commons-codec | 1.17.1 | jar | Apache-2.0 | No |
commons-io | commons-io | 2.16.1 | jar | Apache-2.0 | No |
org.apache.commons | commons-lang3 | 3.16.0 | jar | Apache-2.0 | No |
org.checkerframework | checker-qual | 3.47.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.fasterxml.jackson.datatype | jackson-datatype-jsr310 | 2.15.2 | jar | The Apache Software License, Version 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.1-SNAPSHOT
- de.softwareforge.testing:maven-loader:jar:2.4.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:33.3.0-jre (compile)
- com.google.guava:failureaccess:jar:1.0.2 (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.47.0 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.28.0 (compile)
- com.google.j2objc:j2objc-annotations:jar:3.0.0 (compile)
- org.apache.commons:commons-compress:jar:1.27.1 (compile)
- commons-codec:commons-codec:jar:1.17.1 (compile)
- commons-io:commons-io:jar:2.16.1 (compile)
- org.apache.commons:commons-lang3:jar:3.16.0 (compile)
- org.tukaani:xz:jar:1.10 (compile)
- org.flywaydb:flyway-core:jar:10.17.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-core:jar:2.15.2 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.2 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2 (compile)
- com.fasterxml.jackson.dataformat:jackson-dataformat-toml:jar:2.15.2 (compile)
- org.postgresql:postgresql:jar:42.7.4 (compile)
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (provided)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.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.11.0 (provided)
- org.flywaydb:flyway-database-postgresql:jar:10.17.3 (test)
- 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:1.7.36 (test)
- io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64:jar:16.4.0 (test)
- de.softwareforge.testing:maven-loader:jar:2.4.0 (compile)
Licenses
Apache 2.0: AutoValue Annotations, AutoValue Processor, error-prone annotations
0BSD: XZ for Java
The Apache License, Version 2.0: embedded-postgres-binaries-linux-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: Guava: Google Core Libraries for Java, J2ObjC Annotations, JCL 1.2 implemented over SLF4J, flyway-core, flyway-database-postgresql, maven-loader, pg-embedded
Apache-2.0: Apache Commons Codec, Apache Commons Compress, Apache Commons IO, Apache Commons Lang
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
EPL 2.0: Jakarta Annotations API
GPL2 w/ CPE: Jakarta Annotations API
The Apache Software License, Version 2.0: FindBugs-jsr305, Guava InternalFutureFailureAccess and InternalFutures, 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 |
---|---|---|---|---|---|---|---|
jsr305-3.0.2.jar | 19.9 kB | 46 | 35 | 3 | 1.5 | Yes | No |
error_prone_annotations-2.28.0.jar | 19.4 kB | 47 | - | - | - | - | No |
• Root | - | 40 | 27 | 2 | 1.8 | Yes | - |
• Versioned | - | 7 | 1 | 1 | 9 | No | - |
failureaccess-1.0.2.jar | 4.7 kB | 15 | 2 | 1 | 1.7 | Yes | No |
guava-33.3.0-jre.jar | 3.1 MB | 2056 | 2017 | 18 | 1.8 | Yes | 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.17.1.jar | 372.7 kB | 262 | - | - | - | - | No |
• Root | - | 261 | 114 | 7 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
commons-io-2.16.1.jar | 508.8 kB | 374 | - | - | - | - | No |
• Root | - | 373 | 346 | 15 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
maven-loader-2.4.0.jar | 4.1 MB | 2800 | 2255 | 176 | 11 | Yes | No |
embedded-postgres-binaries-linux-amd64-16.4.0.jar | 14.7 MB | 3 | 0 | 0 | - | - | - |
commons-compress-1.27.1.jar | 1.1 MB | 625 | - | - | - | - | No |
• Root | - | 624 | 572 | 36 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
commons-lang3-3.16.0.jar | 674.2 kB | 426 | - | - | - | - | No |
• Root | - | 425 | 395 | 18 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
checker-qual-3.47.0.jar | 235.9 kB | 448 | 377 | 32 | 1.8 | Yes | No |
flyway-database-postgresql-10.17.3.jar | 47.2 kB | 33 | 19 | 2 | 17 | Yes | No |
postgresql-42.7.4.jar | 1.1 MB | 535 | 472 | 38 | 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.10.jar | 168.6 kB | 151 | - | - | - | - | Yes |
• Root | - | 137 | 123 | 9 | 1.8 | Yes | - |
• Versioned | - | 14 | 7 | 4 | 9 | Yes | - |
jackson-annotations-2.15.2.jar | 75.6 kB | 86 | 73 | 2 | 1.6 | Yes | No |
jackson-core-2.15.2.jar | 549.2 kB | 250 | - | - | - | - | No |
• Root | - | 217 | 185 | 14 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
• Versioned | - | 11 | 4 | 1 | 11 | Yes | - |
• Versioned | - | 10 | 3 | 1 | 17 | Yes | - |
• Versioned | - | 10 | 3 | 1 | 19 | Yes | - |
jackson-databind-2.15.2.jar | 1.6 MB | 816 | - | - | - | - | No |
• Root | - | 814 | 776 | 23 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
jackson-dataformat-toml-2.15.2.jar | 55.7 kB | 40 | - | - | - | - | No |
• Root | - | 38 | 23 | 1 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
jackson-datatype-jsr310-2.15.2.jar | 122.9 kB | 82 | - | - | - | - | No |
• Root | - | 80 | 58 | 6 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
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-10.17.3.jar | 652.9 kB | 467 | 388 | 64 | 17 | Yes | No |
junit-jupiter-api-5.11.0.jar | 216.3 kB | 197 | 182 | 8 | 1.8 | Yes | No |
junit-platform-commons-1.11.0.jar | 140.6 kB | 86 | - | - | - | - | No |
• Root | - | 77 | 63 | 8 | 1.8 | Yes | - |
• Versioned | - | 9 | 3 | 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 | 32.1 MB | 11527 | 9958 | 540 | 17 | 29 | 1 |
compile: 21 | compile: 14.5 MB | compile: 9610 | compile: 8289 | compile: 470 | 17 | compile: 20 | compile: 1 |
runtime: 1 | runtime: 16.6 kB | runtime: 23 | runtime: 9 | runtime: 2 | runtime: 1 | - | |
provided: 7 | provided: 2.8 MB | provided: 1838 | provided: 1631 | provided: 65 | provided: 6 | - | |
test: 3 | test: 14.8 MB | test: 56 | test: 29 | test: 3 | 17 | test: 2 | - |