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 |
---|---|---|---|---|
com.fasterxml.jackson.core | jackson-databind | 2.13.4.2 | jar | The Apache Software License, Version 2.0 |
javax.annotation | javax.annotation-api | 1.3.2 | jar | CDDL + GPLv2 with classpath exception |
org.apache.logging.log4j | log4j-api | 2.17.1 | jar | Apache License, Version 2.0 |
org.springframework.security | spring-security-core | 5.8.11 | jar | Apache License, Version 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 |
---|---|---|---|---|
org.apache.commons | commons-lang3 | 3.12.0 | jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-core | 2.17.1 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter | 5.8.2 | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 4.2.0 | jar | The MIT License |
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 |
---|---|---|---|---|
com.fasterxml.jackson.core | jackson-annotations | 2.13.4 | jar | The Apache Software License, Version 2.0 |
com.fasterxml.jackson.core | jackson-core | 2.13.4 | jar | The Apache Software License, Version 2.0 |
org.springframework | spring-aop | 5.3.33 | jar | Apache License, Version 2.0 |
org.springframework | spring-beans | 5.3.33 | jar | Apache License, Version 2.0 |
org.springframework | spring-context | 5.3.33 | jar | Apache License, Version 2.0 |
org.springframework | spring-core | 5.3.33 | jar | Apache License, Version 2.0 |
org.springframework | spring-expression | 5.3.33 | jar | Apache License, Version 2.0 |
org.springframework | spring-jcl | 5.3.33 | jar | Apache License, Version 2.0 |
org.springframework.security | spring-security-crypto | 5.8.11 | jar | Apache License, Version 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 |
---|---|---|---|---|
net.bytebuddy | byte-buddy | 1.12.4 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.12.4 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.8.2 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.8.2 | jar | Eclipse Public License v2.0 |
org.junit.jupiter | junit-jupiter-params | 5.8.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.8.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.8.2 | 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
- org.oxerr.jackson.module:jackson-module-jsr250:jar:0.0.8-SNAPSHOT
- javax.annotation:javax.annotation-api:jar:1.3.2 (compile)
- org.apache.commons:commons-lang3:jar:3.12.0 (test)
- org.apache.logging.log4j:log4j-api:jar:2.17.1 (compile)
- org.apache.logging.log4j:log4j-core:jar:2.17.1 (test)
- org.junit.jupiter:junit-jupiter:jar:5.8.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.8.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.8.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.8.2 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.8.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.8.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.8.2 (test)
- org.mockito:mockito-core:jar:4.2.0 (test)
- net.bytebuddy:byte-buddy:jar:1.12.4 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.12.4 (test)
- org.objenesis:objenesis:jar:3.2 (test)
- org.springframework.security:spring-security-core:jar:5.8.11 (compile)
- org.springframework.security:spring-security-crypto:jar:5.8.11 (compile)
- org.springframework:spring-aop:jar:5.3.33 (compile)
- org.springframework:spring-beans:jar:5.3.33 (compile)
- org.springframework:spring-context:jar:5.3.33 (compile)
- org.springframework:spring-core:jar:5.3.33 (compile)
- org.springframework:spring-jcl:jar:5.3.33 (compile)
- org.springframework:spring-expression:jar:5.3.33 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4.2 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.13.4 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The BSD 2-Clause License: Security Entity Filtering Module
The MIT License: mockito-core
Apache License, Version 2.0: Apache Commons Lang, Apache Log4j API, Apache Log4j Core, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), spring-security-core, spring-security-crypto
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
CDDL + GPLv2 with classpath exception: javax.annotation API
The Apache Software License, Version 2.0: Jackson-annotations, Jackson-core, jackson-databind
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jackson-annotations-2.13.4.jar | 75.7 kB | 84 | 72 | 2 | - | Yes |
jackson-core-2.13.4.jar | 374.9 kB | 156 | 128 | 13 | - | Yes |
jackson-databind-2.13.4.2.jar | 1.5 MB | 746 | 708 | 23 | - | Yes |
javax.annotation-api-1.3.2.jar | 26.6 kB | 29 | 15 | 3 | 1.8 | Yes |
byte-buddy-1.12.4.jar | 3.8 MB | 2691 | 2631 | 38 | - | Yes |
byte-buddy-agent-1.12.4.jar | 254.4 kB | 83 | 65 | 2 | - | Yes |
commons-lang3-3.12.0.jar | 587.4 kB | 374 | 345 | 17 | 1.8 | Yes |
log4j-api-2.17.1.jar | 301.9 kB | 211 | 177 | 9 | - | Yes |
log4j-core-2.17.1.jar | 1.8 MB | 1220 | 1127 | 52 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
junit-jupiter-5.8.2.jar | 6.4 kB | 5 | 1 | 1 | - | No |
junit-jupiter-api-5.8.2.jar | 193.5 kB | 183 | 168 | 8 | - | Yes |
junit-jupiter-engine-5.8.2.jar | 229.7 kB | 140 | 123 | 9 | - | Yes |
junit-jupiter-params-5.8.2.jar | 577.3 kB | 377 | 343 | 22 | - | Yes |
junit-platform-commons-1.8.2.jar | 100.4 kB | 63 | 43 | 7 | - | Yes |
junit-platform-engine-1.8.2.jar | 185.8 kB | 142 | 126 | 9 | - | Yes |
mockito-core-4.2.0.jar | 670.8 kB | 656 | 584 | 64 | 1.8 | Yes |
objenesis-3.2.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes |
spring-aop-5.3.33.jar | 384.5 kB | 308 | 279 | 17 | 1.8 | Yes |
spring-beans-5.3.33.jar | 706.5 kB | 422 | 392 | 13 | 1.8 | Yes |
spring-context-5.3.33.jar | 1.3 MB | 979 | 892 | 64 | 1.8 | Yes |
spring-core-5.3.33.jar | 1.5 MB | 1037 | 978 | 49 | 1.8 | Yes |
spring-expression-5.3.33.jar | 293.3 kB | 164 | 150 | 6 | 1.8 | Yes |
spring-jcl-5.3.33.jar | 25.2 kB | 28 | 17 | 2 | 1.8 | Yes |
spring-security-core-5.8.11.jar | 494.8 kB | 430 | 361 | 42 | 1.8 | Yes |
spring-security-crypto-5.8.11.jar | 84 kB | 62 | 47 | 9 | 1.8 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
27 | 15.5 MB | 10669 | 9825 | 495 | 1.8 | 26 |
compile: 13 | compile: 7.1 MB | compile: 4656 | compile: 4216 | compile: 252 | - | compile: 13 |
test: 14 | test: 8.5 MB | test: 6013 | test: 5609 | test: 243 | - | test: 13 |