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 |
---|---|---|---|---|
ch.qos.reload4j | reload4j | 1.2.25 | jar | The Apache Software License, Version 2.0 |
commons-logging | commons-logging | 1.3.4 | jar | Apache-2.0 |
org.apache.commons | commons-lang3 | 3.17.0 | jar | Apache-2.0 |
org.apache.logging.log4j | log4j-to-slf4j | 2.24.1 | jar | Apache-2.0 |
org.hibernate | hibernate-entitymanager | 5.6.15.Final | jar | GNU Library General Public License v2.1 or later |
org.slf4j | slf4j-api | 2.0.16 | jar | MIT License |
org.slf4j | slf4j-reload4j | 2.0.16 | jar | MIT License |
org.stripesstuff | stripersist | 1.0.3 | jar | - |
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 |
---|---|---|---|---|
org.hsqldb | hsqldb | 2.7.4 | jar | HSQLDB License, a BSD open source license |
org.junit.jupiter | junit-jupiter-engine | 5.11.3 | jar | Eclipse Public License v2.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 |
---|---|---|---|---|
com.oracle.database.jdbc | ojdbc11 | 23.6.0.24.10 | jar | Oracle Free Use Terms and Conditions (FUTC) |
org.postgresql | postgresql | 42.7.4 | jar | BSD-2-Clause |
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:
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 |
---|---|---|---|---|
com.sun.activation | jakarta.activation | 1.2.2 | jar | EDL 1.0 |
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 |
---|---|---|---|---|
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.11.3 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.11.3 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.11.3 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The 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 |
---|---|---|---|---|
org.checkerframework | checker-qual | 3.42.0 | jar | The MIT License |
Project Dependency Graph
Dependency Tree
- nl.b3p:brmo-persistence:jar:4.0.0
- org.apache.commons:commons-lang3:jar:3.17.0 (compile)
- org.hibernate:hibernate-entitymanager:jar:5.6.15.Final (compile)
- org.jboss.logging:jboss-logging:jar:3.4.3.Final (compile)
- org.hibernate:hibernate-core:jar:5.6.15.Final (compile)
- antlr:antlr:jar:2.7.7 (compile)
- org.jboss:jandex:jar:2.4.2.Final (compile)
- com.fasterxml:classmate:jar:1.5.1 (compile)
- javax.activation:javax.activation-api:jar:1.2.0 (compile)
- javax.xml.bind:jaxb-api:jar:2.3.1 (compile)
- org.glassfish.jaxb:jaxb-runtime:jar:2.3.9 (compile)
- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 (compile)
- org.glassfish.jaxb:txw2:jar:2.3.9 (compile)
- com.sun.istack:istack-commons-runtime:jar:3.0.12 (compile)
- com.sun.activation:jakarta.activation:jar:1.2.2 (runtime)
- org.hibernate.common:hibernate-commons-annotations:jar:5.1.2.Final (compile)
- javax.persistence:javax.persistence-api:jar:2.2 (compile)
- net.bytebuddy:byte-buddy:jar:1.12.18 (compile)
- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.1.1.Final (compile)
- org.postgresql:postgresql:jar:42.7.4 (provided)
- org.checkerframework:checker-qual:jar:3.42.0 (provided)
- com.oracle.database.jdbc:ojdbc11:jar:23.6.0.24.10 (provided)
- org.slf4j:slf4j-reload4j:jar:2.0.16 (compile)
- org.hsqldb:hsqldb:jar:2.7.4 (test)
- org.stripesstuff:stripersist:jar:1.0.3 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.11.3 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.3 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.11.3 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.11.3 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.11.3 (test)
- commons-logging:commons-logging:jar:1.3.4 (compile)
- ch.qos.reload4j:reload4j:jar:1.2.25 (compile)
- org.slf4j:slf4j-api:jar:2.0.16 (compile)
- org.apache.logging.log4j:log4j-to-slf4j:jar:2.24.1 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.24.1 (compile)
Licenses
Apache License, version 2.0: JBoss Logging 3
CDDL 1.1: jaxb-api
Common Development and Distribution License: Java Transaction API
HSQLDB License, a BSD open source license: HyperSQL Database
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
BSD-2-Clause: PostgreSQL JDBC Driver
MIT License: SLF4J API Module, SLF4J Reload4j Provider
Eclipse Distribution License v. 1.0: javax.persistence-api
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
Eclipse Public License v1.0: javax.persistence-api
GNU Library General Public License v2.1 or later: Hibernate Commons Annotations, Hibernate ORM - hibernate-core, Hibernate ORM - hibernate-entitymanager
GPL2 w/ CPE: jaxb-api
GNU GENERAL PUBLIC LICENSE 3.0: BRMO persistence
CDDL/GPLv2+CE: JavaBeans Activation Framework API jar
Unknown: stripesstuff
BSD License: AntLR Parser Generator
EDL 1.0: Jakarta Activation
The MIT License: Checker Qual
Apache-2.0: Apache Commons Lang, Apache Commons Logging, Apache Log4j API, Log4j API to SLF4J Adapter
Apache License, Version 2.0: Byte Buddy (without dependencies), ClassMate, Java Annotation Indexer
Eclipse Distribution License - v 1.0: JAXB Runtime, Jakarta XML Binding API, TXW2 Runtime, istack common utility code runtime
Oracle Free Use Terms and Conditions (FUTC): ojdbc11
GNU General Public License, Version 2 with the Classpath Exception: Java Transaction API
The Apache Software License, Version 2.0: reload4j
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
---|---|---|---|---|---|---|---|
antlr-2.7.7.jar | 445.3 kB | 239 | 224 | 12 | 1.2 | Yes | No |
reload4j-1.2.25.jar | 333.3 kB | 244 | 218 | 14 | 1.5 | Yes | No |
classmate-1.5.1.jar | 67.8 kB | 55 | 40 | 5 | 1.6 | Yes | No |
ojdbc11-23.6.0.24.10.jar | 7.3 MB | 2781 | 2662 | 54 | 11 | Yes | Yes |
jakarta.activation-1.2.2.jar | 68.5 kB | 61 | 43 | 4 | 1.8 | Yes | No |
istack-commons-runtime-3.0.12.jar | 29.8 kB | 44 | - | - | - | - | No |
• Root | - | 38 | 23 | 4 | 1.8 | Yes | - |
• Versioned | - | 6 | 1 | 1 | 9 | Yes | - |
commons-logging-1.3.4.jar | 73.7 kB | 42 | - | - | - | - | No |
• Root | - | 41 | 27 | 2 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
jakarta.xml.bind-api-2.3.3.jar | 115.6 kB | 137 | - | - | - | - | No |
• Root | - | 132 | 111 | 7 | 1.8 | Yes | - |
• Versioned | - | 5 | 1 | 1 | 9 | Yes | - |
javax.activation-api-1.2.0.jar | 56.7 kB | 41 | 31 | 1 | 1.5 | Yes | No |
javax.persistence-api-2.2.jar | 164.6 kB | 227 | 207 | 4 | 1.8 | Yes | No |
jaxb-api-2.3.1.jar | 128.1 kB | 136 | - | - | - | - | No |
• Root | - | 131 | 111 | 7 | 1.8 | Yes | - |
• Versioned | - | 5 | 1 | 1 | 9 | No | - |
byte-buddy-1.12.18.jar | 4 MB | 2740 | - | - | - | - | No |
• Root | - | 2738 | 2685 | 38 | 1.6 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
commons-lang3-3.17.0.jar | 673.6 kB | 426 | - | - | - | - | No |
• Root | - | 425 | 395 | 18 | 1.8 | Yes | - |
• Versioned | - | 1 | 1 | 1 | 9 | No | - |
log4j-api-2.24.1.jar | 348.4 kB | 247 | - | - | - | - | No |
• Root | - | 236 | 209 | 11 | 1.8 | Yes | - |
• Versioned | - | 11 | 4 | 2 | 9 | Yes | - |
log4j-to-slf4j-2.24.1.jar | 23.8 kB | 26 | 10 | 2 | 1.8 | Yes | No |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes | No |
checker-qual-3.42.0.jar | 230.8 kB | 438 | 369 | 30 | 1.8 | Yes | No |
jaxb-runtime-2.3.9.jar | 1 MB | 809 | - | - | - | - | No |
• Root | - | 803 | 642 | 25 | 1.8 | Yes | - |
• Versioned | - | 6 | 1 | 1 | 11 | Yes | - |
txw2-2.3.9.jar | 72 kB | 69 | 54 | 4 | 1.8 | Yes | No |
hibernate-core-5.6.15.Final.jar | 7.5 MB | 5291 | 4918 | 285 | 1.8 | Yes | No |
hibernate-entitymanager-5.6.15.Final.jar | 0.6 kB | 3 | 0 | 0 | - | - | - |
hibernate-commons-annotations-5.1.2.Final.jar | 78.9 kB | 81 | 68 | 7 | 1.8 | Yes | No |
hsqldb-2.7.4.jar | 1.7 MB | 751 | 687 | 23 | 11 | No | Yes |
jandex-2.4.2.Final.jar | 230.8 kB | 125 | 115 | 1 | 1.6 | Yes | No |
jboss-logging-3.4.3.Final.jar | 60.8 kB | 47 | 35 | 1 | 1.8 | Yes | No |
jboss-transaction-api_1.2_spec-1.1.1.Final.jar | 26.3 kB | 31 | 19 | 1 | 1.7 | Yes | No |
junit-jupiter-api-5.11.3.jar | 216.4 kB | 197 | 182 | 8 | 1.8 | Yes | No |
junit-jupiter-engine-5.11.3.jar | 260.1 kB | 152 | 135 | 9 | 1.8 | Yes | No |
junit-platform-commons-1.11.3.jar | 142 kB | 88 | - | - | - | - | No |
• Root | - | 78 | 64 | 8 | 1.8 | Yes | - |
• Versioned | - | 10 | 4 | 1 | 9 | Yes | - |
junit-platform-engine-1.11.3.jar | 246.8 kB | 177 | 158 | 10 | 1.8 | Yes | No |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes | No |
postgresql-42.7.4.jar | 1.1 MB | 535 | 472 | 38 | 1.8 | Yes | No |
slf4j-api-2.0.16.jar | 69.4 kB | 71 | - | - | - | - | No |
• Root | - | 69 | 55 | 4 | 1.8 | Yes | - |
• Versioned | - | 2 | 1 | 1 | 9 | No | - |
slf4j-reload4j-2.0.16.jar | 10.7 kB | 17 | - | - | - | - | No |
• Root | - | 17 | 4 | 1 | 1.8 | Yes | - |
stripersist-1.0.3.jar | 21.9 kB | 17 | 10 | 1 | 1.6 | Yes | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
35 | 26.7 MB | 16369 | 14995 | 643 | 11 | 33 | 2 |
compile: 24 | compile: 15.5 MB | compile: 11165 | compile: 10211 | compile: 455 | 11 | compile: 23 | - |
runtime: 1 | runtime: 68.5 kB | runtime: 61 | runtime: 43 | runtime: 4 | runtime: 1 | - | |
provided: 3 | provided: 8.6 MB | provided: 3754 | provided: 3503 | provided: 122 | provided: 3 | provided: 1 | |
test: 7 | test: 2.5 MB | test: 1389 | test: 1238 | test: 62 | 11 | test: 6 | test: 1 |