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.jcabi | jcabi-log | 0.22.0 | jar | BSD | No |
javax.servlet | servlet-api | 2.5 | jar | - | 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 |
---|---|---|---|---|
commons-io | commons-io | 2.11.0 | jar | Apache License, Version 2.0 |
log4j | log4j | 1.2.17 | jar | The Apache Software License, Version 2.0 |
org.hamcrest | hamcrest | 2.2 | jar | BSD License 3 |
org.junit.jupiter | junit-jupiter-api | 5.9.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.9.1 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.9.1 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 4.8.1 | jar | The MIT License |
org.slf4j | slf4j-reload4j | 2.0.3 | 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 |
---|---|---|---|---|---|
jakarta.el | jakarta.el-api | 4.0.0 | jar | Eclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception | Yes |
jakarta.servlet | jakarta.servlet-api | 5.0.0 | jar | EPL 2.0GPL2 w/ CPE | Yes |
javax.el | javax.el-api | 3.0.1-b06 | jar | CDDL + GPLv2 with classpath exception | 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 |
---|---|---|---|---|
org.slf4j | slf4j-api | 2.0.0-beta1 | jar | MIT License |
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 |
---|---|---|---|---|
ch.qos.reload4j | reload4j | 1.2.22 | jar | The Apache Software License, Version 2.0 |
net.bytebuddy | byte-buddy | 1.12.16 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.12.16 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.platform | junit-platform-commons | 1.9.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.9.1 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.2 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- com.jcabi:jcabi-manifests:jar:2.1.0
- com.jcabi:jcabi-log:jar:0.22.0 (compile)
- org.slf4j:slf4j-api:jar:2.0.0-beta1 (compile)
- javax.servlet:servlet-api:jar:2.5 (compile)
- javax.el:javax.el-api:jar:3.0.1-b06 (provided)
- jakarta.servlet:jakarta.servlet-api:jar:5.0.0 (provided)
- jakarta.el:jakarta.el-api:jar:4.0.0 (provided)
- commons-io:commons-io:jar:2.11.0 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.9.1 (test)
- org.junit.platform:junit-platform-engine:jar:1.9.1 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.9.1 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.9.1 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.9.1 (test)
- org.hamcrest:hamcrest:jar:2.2 (test)
- org.mockito:mockito-core:jar:4.8.1 (test)
- net.bytebuddy:byte-buddy:jar:1.12.16 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.12.16 (test)
- org.objenesis:objenesis:jar:3.2 (test)
- org.slf4j:slf4j-reload4j:jar:2.0.3 (test)
- ch.qos.reload4j:reload4j:jar:1.2.22 (test)
- log4j:log4j:jar:1.2.17 (test)
- com.jcabi:jcabi-log:jar:0.22.0 (compile)
Licenses
3-Clause BSD License: jcabi-manifests
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
MIT License: SLF4J API Module, SLF4J Reload4j Binding
BSD License 3: Hamcrest
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
GPL2 w/ CPE: Jakarta Servlet
BSD: jcabi-log
Unknown: servlet-api
Eclipse Public License v. 2.0: Jakarta Expression Language API
GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API
The MIT License: mockito-core
Apache License, Version 2.0: Apache Commons IO, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis
CDDL + GPLv2 with classpath exception: Expression Language 3.0 API
EPL 2.0: Jakarta Servlet
The Apache Software License, Version 2.0: Apache Log4j, reload4j