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 |
|---|---|---|---|---|---|
| cglib | cglib | 3.3.0 | jar | ASF 2.0 | Yes |
| ch.qos.reload4j | reload4j | 1.2.26 | jar | The Apache Software License, Version 2.0 | Yes |
| commons-logging | commons-logging | 1.3.5 | jar | Apache-2.0 | Yes |
| org.ow2.asm | asm | 9.9.1 | jar | BSD-3-Clause | Yes |
| org.slf4j | slf4j-api | 2.0.17 | jar | MIT | 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 |
|---|---|---|---|---|
| org.apache.derby | derby | 10.17.1.0 | jar | Apache 2 |
| org.apache.derby | derbytools | 10.17.1.0 | jar | Apache 2 |
| org.hsqldb | hsqldb | 2.7.4 | jar | HSQLDB License, a BSD open source license |
| org.junit.jupiter | junit-jupiter-engine | 6.0.2 | jar | Eclipse Public License v2.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 |
|---|---|---|---|---|
| jakarta.transaction | jakarta.transaction-api | 2.0.1 | jar | EPL 2.0GPL2 w/ CPE |
| javax.transaction | javax.transaction-api | 1.3 | jar | CDDL + GPLv2 with classpath exception |
| org.apache.commons | commons-dbcp2 | 2.14.0 | jar | Apache-2.0 |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
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.apache.derby | derbyshared | 10.17.1.0 | jar | Apache 2 |
| org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
| org.jspecify | jspecify | 1.0.0 | jar | The Apache License, Version 2.0 |
| org.junit.jupiter | junit-jupiter-api | 6.0.2 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-commons | 6.0.2 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-engine | 6.0.2 | 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.apache.commons | commons-pool2 | 2.13.0 | jar | Apache-2.0 |
Project Dependency Graph
Dependency Tree
- org.mybatis:mybatis2:jar:2.8.0
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-simple:jar:2.0.17 (test)
![[Information]](./images/icon_info_sml.gif)
- ch.qos.reload4j:reload4j:jar:1.2.26 (compile)
![[Information]](./images/icon_info_sml.gif)
- commons-logging:commons-logging:jar:1.3.5 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.ow2.asm:asm:jar:9.9.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- cglib:cglib:jar:3.3.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.commons:commons-dbcp2:jar:2.14.0 (provided)
- org.apache.commons:commons-pool2:jar:2.13.0 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.apache.commons:commons-pool2:jar:2.13.0 (provided)
- javax.transaction:javax.transaction-api:jar:1.3 (provided)
![[Information]](./images/icon_info_sml.gif)
- jakarta.transaction:jakarta.transaction-api:jar:2.0.1 (provided)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-engine:jar:6.0.2 (test)
- org.junit.platform:junit-platform-engine:jar:6.0.2 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:6.0.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-api:jar:6.0.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.jspecify:jspecify:jar:1.0.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-engine:jar:6.0.2 (test)
- org.hsqldb:hsqldb:jar:2.7.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apache.derby:derby:jar:10.17.1.0 (test)
- org.apache.derby:derbyshared:jar:10.17.1.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apache.derby:derbyshared:jar:10.17.1.0 (test)
- org.apache.derby:derbytools:jar:10.17.1.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
Licenses
Apache 2: Apache Derby Database Engine and Embedded JDBC Driver, Apache Derby Shared Code, Apache Derby Tools
The Apache License, Version 2.0: JSpecify annotations, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
HSQLDB License, a BSD open source license: HyperSQL Database
BSD-3-Clause: asm
Apache-2.0: Apache Commons DBCP, Apache Commons Logging, Apache Commons Pool
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
MIT: SLF4J API Module, SLF4J Simple Provider
ASF 2.0: cglib
CDDL + GPLv2 with classpath exception: javax.transaction API
EPL 2.0: jakarta.transaction API
GPL2 w/ CPE: jakarta.transaction API
The Apache Software License, Version 2.0: mybatis2, reload4j
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
|---|---|---|---|---|---|---|---|
| jakarta.transaction-api-2.0.1.jar | 28.6 kB | 32 | 20 | 2 | 1.8 | Yes | No |
| javax.transaction-api-1.3.jar | 28 kB | 30 | 19 | 1 | 1.7 | Yes | No |
| commons-dbcp2-2.14.0.jar | 222.8 kB | 98 | - | - | - | - | No |
| • Root | - | 96 | 78 | 4 | 1.8 | Yes | - |
| • Versioned | - | 2 | 1 | 1 | 9 | No | - |
| commons-pool2-2.13.0.jar | 156.7 kB | 103 | - | - | - | - | No |
| • Root | - | 101 | 85 | 3 | 1.8 | Yes | - |
| • Versioned | - | 2 | 1 | 1 | 9 | No | - |
| derby-10.17.1.0.jar | 3.5 MB | 1529 | 1471 | 92 | 19 | Yes | Yes |
| derbyshared-10.17.1.0.jar | 88.8 kB | 48 | 46 | 12 | 19 | Yes | No |
| derbytools-10.17.1.0.jar | 253.6 kB | 105 | 96 | 11 | 19 | Yes | No |
| apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes | No |
| hsqldb-2.7.4.jar | 1.7 MB | 751 | 687 | 23 | 11 | No | Yes |
| jspecify-1.0.0.jar | 3.8 kB | 14 | - | - | - | - | No |
| • Root | - | 10 | 4 | 1 | 1.8 | No | - |
| • Versioned | - | 4 | 1 | 1 | 9 | No | - |
| junit-jupiter-api-6.0.2.jar | 250.7 kB | 224 | 208 | 9 | 17 | Yes | No |
| junit-jupiter-engine-6.0.2.jar | 356 kB | 189 | 172 | 9 | 17 | Yes | No |
| junit-platform-commons-6.0.2.jar | 171.3 kB | 103 | 87 | 10 | 17 | Yes | No |
| junit-platform-engine-6.0.2.jar | 280 kB | 195 | 177 | 9 | 17 | Yes | No |
| opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes | 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 | - |
| cglib-3.3.0.jar | 306.9 kB | 270 | 249 | 8 | 1.5 | Yes | No |
| reload4j-1.2.26.jar | 338.7 kB | 247 | 221 | 14 | 1.5 | Yes | No |
| commons-logging-1.3.5.jar | 73.7 kB | 42 | - | - | - | - | No |
| • Root | - | 41 | 27 | 2 | 1.8 | Yes | - |
| • Versioned | - | 1 | 1 | 1 | 9 | No | - |
| asm-9.9.1.jar | 126.3 kB | 45 | 39 | 3 | 1.5 | Yes | 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 | - |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information | Sealed |
| 21 | 8 MB | 4142 | 3759 | 222 | 19 | 19 | 2 |
| compile: 5 | compile: 915.4 kB | compile: 675 | compile: 591 | compile: 31 | 1.8 | compile: 5 | - |
| provided: 4 | provided: 436.1 kB | provided: 263 | provided: 202 | provided: 10 | provided: 4 | - | |
| test: 12 | test: 6.6 MB | test: 3204 | test: 2966 | test: 181 | 19 | test: 10 | test: 2 |
MyBatis