Apache Commons logo Commons DBCP

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
commons-logging commons-logging 1.3.0 jar Apache-2.0
jakarta.transaction jakarta.transaction-api 1.3.3 jar EPL 2.0GPL2 w/ CPE
org.apache.commons commons-pool2 2.12.0 jar Apache-2.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
com.h2database h2 2.2.224 jar MPL 2.0EPL 1.0
org.apache.commons commons-lang3 3.14.0 jar Apache-2.0
org.apache.geronimo.modules geronimo-transaction 2.2.1 jar The Apache Software License, Version 2.0
org.hamcrest hamcrest 2.2 jar BSD License 3
org.jboss jboss-transaction-spi 8.0.0.Final jar Public Domain
org.jboss.logging jboss-logging 3.4.3.Final jar Apache License, version 2.0
org.jboss.narayana.jta narayana-jta 5.12.7.Final jar LGPL 2.1
org.junit.jupiter junit-jupiter 5.10.1 jar Eclipse Public License v2.0
org.mockito mockito-core 4.11.0 jar The MIT License
org.slf4j slf4j-simple 2.0.12 jar MIT License
tomcat naming-common 5.0.28 jar -
tomcat naming-java 5.0.28 jar -

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
asm asm 3.1 jar -
asm asm-commons 3.1 jar -
cglib cglib-nodep 2.1_3 jar -
com.thoughtworks.xstream xstream 1.3 jar BSD style
commons-cli commons-cli 1.0 jar -
commons-jexl commons-jexl 1.1 jar The Apache Software License, Version 2.0
jakarta.annotation jakarta.annotation-api 2.0.0 jar EPL 2.0GPL2 w/ CPE
jakarta.resource jakarta.resource-api 2.0.0 jar EPL 2.0GPL2 w/ CPE
log4j log4j 1.2.15 jar The Apache Software License, Version 2.0
net.bytebuddy byte-buddy 1.12.19 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.12.19 jar Apache License, Version 2.0
org.apache.geronimo.components geronimo-transaction 2.2.1 jar The Apache Software License, Version 2.0
org.apache.geronimo.framework geronimo-cli 2.2.1 jar The Apache Software License, Version 2.0
org.apache.geronimo.framework geronimo-common 2.2.1 jar The Apache Software License, Version 2.0
org.apache.geronimo.framework geronimo-core 2.2.1 jar The Apache Software License, Version 2.0
org.apache.geronimo.framework geronimo-crypto 2.2.1 jar The Apache Software License, Version 2.0
org.apache.geronimo.framework geronimo-kernel 2.2.1 jar The Apache Software License, Version 2.0
org.apache.geronimo.framework geronimo-management 2.2.1 jar The Apache Software License, Version 2.0
org.apache.geronimo.framework geronimo-system 2.2.1 jar The Apache Software License, Version 2.0
org.apache.geronimo.modules geronimo-j2ee 2.2.1 jar The Apache Software License, Version 2.0
org.apache.geronimo.specs geronimo-j2ee-connector_1.5_spec 2.0.0 jar The Apache Software License, Version 2.0
org.apache.geronimo.specs geronimo-j2ee-management_1.1_spec 1.0.1 jar The Apache Software License, Version 2.0
org.apache.geronimo.specs geronimo-jaxb_2.1_spec 1.0 jar The Apache Software License, Version 2.0
org.apache.geronimo.specs geronimo-jta_1.1_spec 1.1.1 jar The Apache Software License, Version 2.0
org.apache.geronimo.specs geronimo-stax-api_1.0_spec 1.0.1 jar The Apache Software License, Version 2.0
org.apache.xbean xbean-reflect 3.7 jar The Apache Software License, Version 2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.jboss.spec.javax.resource jboss-connector-api_1.7_spec 1.0.0.Final jar Common Development and Distribution LicenseGNU General Public License, Version 2 with the Classpath Exception
org.junit.jupiter junit-jupiter-api 5.10.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.10.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.10.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.10.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.10.1 jar Eclipse Public License v2.0
org.objectweb.howl howl 1.0.1-1 jar BSD
org.objenesis objenesis 3.3 jar Apache License, Version 2.0
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0
org.slf4j slf4j-api 2.0.12 jar MIT License
xpp3 xpp3_min 1.1.4c jar Indiana University Extreme! Lab Software License, vesion 1.1.1Public Domain

Project Dependency Graph

Dependency Tree

Licenses

Apache License, version 2.0: JBoss Logging 3

Common Development and Distribution License: Java(TM) EE Connector Architecture 1.7 API

The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

BSD License 3: Hamcrest

MIT License: SLF4J API Module, SLF4J Simple Provider

Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API

Indiana University Extreme! Lab Software License, vesion 1.1.1: MXP1: Xml Pull Parser 3rd Edition (XPP3)

GPL2 w/ CPE: Jakarta Annotations API, jakarta.resource API, javax.transaction API

Public Domain: JBoss Transaction SPI, MXP1: Xml Pull Parser 3rd Edition (XPP3)

BSD style: XStream Core

BSD: HOWL logger

Unknown: ASM Commons, ASM Core, CLI, cglib, naming-common, naming-java

The MIT License: mockito-core

Apache-2.0: Apache Commons DBCP, Apache Commons Lang, Apache Commons Logging, Apache Commons Pool

Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Objenesis

LGPL 2.1: Narayana: ArjunaJTA narayana-jta

EPL 2.0: Jakarta Annotations API, jakarta.resource API, javax.transaction API

EPL 1.0: H2 Database Engine

GNU General Public License, Version 2 with the Classpath Exception: Java(TM) EE Connector Architecture 1.7 API

MPL 2.0: H2 Database Engine

The Apache Software License, Version 2.0: Apache JAXB 2.1 Spec, Apache Log4j, Apache XBean :: Reflect, Commons JEXL, Geronimo Framework, Modules :: CLI, Geronimo Framework, Modules :: Common, Geronimo Framework, Modules :: Core, Geronimo Framework, Modules :: Crypto, Geronimo Framework, Modules :: J2EE, Geronimo Framework, Modules :: Kernel, Geronimo Framework, Modules :: Management API, Geronimo Framework, Modules :: System, Geronimo Plugins, Connector :: Transaction, Geronimo TxManager :: Transaction, J2EE Connector 1.5, J2EE Management 1.1, JTA 1.1, Streaming API for XML (STAX API 1.0)

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
asm-3.1.jar 43 kB 24 23 2 1.2 No
asm-commons-3.1.jar 32.7 kB 23 22 1 1.2 No
cglib-nodep-2.1_3.jar 324.2 kB 262 258 10 1.1 Yes
h2-2.2.224.jar 2.6 MB 1057 1049 58 21 Yes
xstream-1.3.jar 411.1 kB 360 330 21 1.5 Yes
commons-cli-1.0.jar 30.1 kB 27 20 1 1.1 Yes
commons-jexl-1.1.jar 132.2 kB 107 93 7 1.2 Yes
commons-logging-1.3.0.jar 70.8 kB 44 28 3 9 Yes
jakarta.annotation-api-2.0.0.jar 25.4 kB 29 16 4 9 Yes
jakarta.resource-api-2.0.0.jar 68.5 kB 113 89 6 1.8 Yes
jakarta.transaction-api-1.3.3.jar 15.4 kB 29 19 1 1.7 Yes
log4j-1.2.15.jar 391.8 kB 296 259 19 1.1 Yes
byte-buddy-1.12.19.jar 4 MB 2742 2688 39 9 Yes
byte-buddy-agent-1.12.19.jar 256.4 kB 90 70 3 9 Yes
commons-lang3-3.14.0.jar 647.5 kB 433 403 18 1.8 Yes
commons-pool2-2.12.0.jar 150 kB 101 84 4 9 Yes
geronimo-transaction-2.2.1.jar 71.7 kB 58 42 3 1.5 Yes
geronimo-cli-2.2.1.jar 56.7 kB 60 42 4 1.5 Yes
geronimo-common-2.2.1.jar 43.6 kB 61 46 2 1.5 Yes
geronimo-core-2.2.1.jar 24.6 kB 30 15 2 1.5 Yes
geronimo-crypto-2.2.1.jar 280.3 kB 226 195 18 1.5 Yes
geronimo-kernel-2.2.1.jar 416.2 kB 288 266 14 1.5 Yes
geronimo-management-2.2.1.jar 79.8 kB 138 121 4 1.5 Yes
geronimo-system-2.2.1.jar 235 kB 163 128 16 1.5 Yes
geronimo-j2ee-2.2.1.jar 34.8 kB 33 15 4 1.5 Yes
geronimo-transaction-2.2.1.jar 13.5 kB 20 4 2 1.5 Yes
geronimo-j2ee-connector_1.5_spec-2.0.0.jar 37.5 kB 78 62 6 1.5 Yes
geronimo-j2ee-management_1.1_spec-1.0.1.jar 20.2 kB 46 33 2 1.5 No
geronimo-jaxb_2.1_spec-1.0.jar 78.5 kB 109 91 6 1.5 Yes
geronimo-jta_1.1_spec-1.1.1.jar 16 kB 30 18 2 1.5 Yes
geronimo-stax-api_1.0_spec-1.0.1.jar 28.8 kB 48 34 3 1.4 Yes
xbean-reflect-3.7.jar 148.1 kB 133 118 2 1.5 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 9 Yes
hamcrest-2.2.jar 123.4 kB 122 108 11 1.7 Yes
jboss-transaction-spi-8.0.0.Final.jar 32.4 kB 51 37 4 1.8 Yes
jboss-logging-3.4.3.Final.jar 60.8 kB 47 35 1 1.8 Yes
narayana-jta-5.12.7.Final.jar 955.2 kB 641 496 83 1.8 Yes
jboss-connector-api_1.7_spec-1.0.0.Final.jar 73.7 kB 120 103 6 1.6 Yes
junit-jupiter-5.10.1.jar 6.4 kB 5 1 1 9 No
junit-jupiter-api-5.10.1.jar 211 kB 197 182 8 9 Yes
junit-jupiter-engine-5.10.1.jar 244.7 kB 147 130 9 9 Yes
junit-jupiter-params-5.10.1.jar 586 kB 381 347 22 9 Yes
junit-platform-commons-1.10.1.jar 106.3 kB 64 44 7 9 Yes
junit-platform-engine-1.10.1.jar 204.8 kB 153 136 10 9 Yes
mockito-core-4.11.0.jar 684.9 kB 651 579 64 1.8 Yes
howl-1.0.1-1.jar 80 kB 60 42 3 1.4 Yes
objenesis-3.3.jar 49.4 kB 59 43 10 1.8 Yes
opentest4j-1.3.0.jar 14.3 kB 15 9 2 9 Yes
slf4j-api-2.0.12.jar 68.1 kB 70 55 5 9 Yes
slf4j-simple-2.0.12.jar 15.7 kB 22 7 2 9 Yes
naming-common-5.0.28.jar 28 kB 34 20 2 1.2 Yes
naming-java-5.0.28.jar 2.1 kB 9 1 1 1.2 Yes
xpp3_min-1.1.4c.jar 25 kB 12 3 2 1.1 Yes
Total Size Entries Classes Packages Java Version Debug Information
53 14.3 MB 10127 9062 542 21 49
compile: 3 compile: 236.3 kB compile: 174 compile: 131 compile: 8 9 compile: 3
test: 50 test: 14.1 MB test: 9953 test: 8931 test: 534 21 test: 46