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 |
---|---|---|---|---|---|
javax.inject | javax.inject | 1 | jar | The Apache Software License, Version 2.0 | No |
javax.ws.rs | javax.ws.rs-api | 2.1.1 | jar | EPL 2.0GPL2 w/ CPE | No |
org.springframework | spring-orm | 5.3.20 | jar | Apache License, Version 2.0 | 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 |
---|---|---|---|---|
com.fasterxml.jackson.datatype | jackson-datatype-jsr310 | 2.13.0-rc1 | jar | The Apache Software License, Version 2.0 |
org.glassfish.jersey.core | jersey-common | 2.35 | jar | EPL 2.0The GNU General Public License (GPL), Version 2, With Classpath ExceptionApache License, 2.0Public Domain |
org.junit.jupiter | junit-jupiter | 5.8.0-M1 | jar | Eclipse Public License v2.0 |
org.powermock | powermock-api-mockito2 | 2.0.2 | jar | The Apache Software License, Version 2.0 |
org.powermock | powermock-module-junit4 | 2.0.2 | jar | The Apache Software License, Version 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.
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 |
---|---|---|---|---|---|
org.springframework | spring-beans | 5.3.20 | jar | Apache License, Version 2.0 | Yes |
org.springframework | spring-core | 5.3.20 | jar | Apache License, Version 2.0 | Yes |
org.springframework | spring-jcl | 5.3.20 | jar | Apache License, Version 2.0 | Yes |
org.springframework | spring-jdbc | 5.3.20 | jar | Apache License, Version 2.0 | Yes |
org.springframework | spring-tx | 5.3.20 | jar | Apache License, Version 2.0 | 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:
Project Dependency Graph
Dependency Tree
- org.oxerr.commons:commons-jax-rs-exception-mapper:jar:2.6.1-SNAPSHOT
- javax.inject:javax.inject:jar:1 (compile)
- javax.ws.rs:javax.ws.rs-api:jar:2.1.1 (compile)
- org.springframework:spring-orm:jar:5.3.20 (compile)
- org.springframework:spring-beans:jar:5.3.20 (compile)
- org.springframework:spring-core:jar:5.3.20 (compile)
- org.springframework:spring-jcl:jar:5.3.20 (compile)
- org.springframework:spring-jdbc:jar:5.3.20 (compile)
- org.springframework:spring-tx:jar:5.3.20 (compile)
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.13.0-rc1 (test)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.0-rc1 (test)
- com.fasterxml.jackson.core:jackson-core:jar:2.13.0-rc1 (test)
- com.fasterxml.jackson.core:jackson-databind:jar:2.13.0-rc1 (test)
- org.glassfish.jersey.core:jersey-common:jar:2.35 (test)
- jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6 (test)
- jakarta.annotation:jakarta.annotation-api:jar:1.3.5 (test)
- org.glassfish.hk2.external:jakarta.inject:jar:2.6.1 (test)
- org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 (test)
- org.junit.jupiter:junit-jupiter:jar:5.8.0-M1 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.8.0-M1 (test)
- org.apiguardian:apiguardian-api:jar:1.1.1 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.8.0-M1 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.8.0-M1 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.8.0-M1 (test)
- org.junit.platform:junit-platform-engine:jar:1.8.0-M1 (test)
- org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.4.20 (test)
- org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.20 (test)
- org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.20 (test)
- org.jetbrains:annotations:jar:13.0 (test)
- org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.4.20 (test)
- org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.20 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.8.0-M1 (test)
- org.powermock:powermock-module-junit4:jar:2.0.2 (test)
- org.powermock:powermock-module-junit4-common:jar:2.0.2 (test)
- org.powermock:powermock-reflect:jar:2.0.2 (test)
- net.bytebuddy:byte-buddy:jar:1.9.3 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.9.3 (test)
- org.powermock:powermock-core:jar:2.0.2 (test)
- org.javassist:javassist:jar:3.24.0-GA (test)
- org.powermock:powermock-reflect:jar:2.0.2 (test)
- junit:junit:jar:4.12 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.powermock:powermock-module-junit4-common:jar:2.0.2 (test)
- org.powermock:powermock-api-mockito2:jar:2.0.2 (test)
- org.powermock:powermock-api-support:jar:2.0.2 (test)
- org.mockito:mockito-core:jar:2.23.0 (test)
- org.objenesis:objenesis:jar:2.6 (test)
Licenses
Apache License, 2.0: jersey-core-common
The Apache License, Version 2.0: Kotlin Stdlib, Kotlin Stdlib Common, Kotlin Stdlib Jdk7, Kotlin Stdlib Jdk8, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Eclipse Public License 1.0: JUnit
The BSD 2-Clause License: commons-jax-rs-exception-mapper
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
GPL2 w/ CPE: Jakarta Annotations API, OSGi resource locator, jakarta.ws.rs-api, javax.inject:1 as OSGi bundle, javax.ws.rs-api
Public Domain: jersey-core-common
New BSD License: Hamcrest Core
Apache 2: Objenesis
Apache License 2.0: Javassist
The MIT License: mockito-core
Apache License, Version 2.0: Spring Beans, Spring Commons Logging Bridge, Spring Core, Spring JDBC, Spring Object/Relational Mapping, Spring Transaction
LGPL 2.1: Javassist
EPL 2.0: Jakarta Annotations API, OSGi resource locator, jakarta.ws.rs-api, javax.inject:1 as OSGi bundle, javax.ws.rs-api, jersey-core-common
MPL 1.1: Javassist
The Apache Software License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy Java agent, IntelliJ IDEA Annotations, Jackson datatype: JSR310, Jackson-annotations, Jackson-core, PowerMock, jackson-databind, javax.inject
The GNU General Public License (GPL), Version 2, With Classpath Exception: jersey-core-common
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
jackson-annotations-2.13.0-rc1.jar | 75.7 kB | 84 | 72 | 2 | - | Yes |
jackson-core-2.13.0-rc1.jar | 373.8 kB | 156 | 128 | 13 | - | Yes |
jackson-databind-2.13.0-rc1.jar | 1.5 MB | 744 | 706 | 23 | - | Yes |
jackson-datatype-jsr310-2.13.0-rc1.jar | 121.2 kB | 81 | 59 | 7 | - | Yes |
jakarta.annotation-api-1.3.5.jar | 25.1 kB | 28 | 15 | 3 | 1.8 | Yes |
jakarta.ws.rs-api-2.1.6.jar | 140.4 kB | 155 | 138 | 7 | - | Yes |
javax.inject-1.jar | 2.5 kB | 8 | 6 | 1 | 1.5 | No |
javax.ws.rs-api-2.1.1.jar | 126.9 kB | 153 | 138 | 7 | - | Yes |
junit-4.12.jar | 314.9 kB | 323 | 286 | 30 | 1.5 | Yes |
byte-buddy-1.9.3.jar | 3.2 MB | 2335 | 2286 | 37 | - | Yes |
byte-buddy-agent-1.9.3.jar | 43.4 kB | 41 | 31 | 2 | - | Yes |
apiguardian-api-1.1.1.jar | 6.5 kB | 9 | 3 | 2 | - | Yes |
osgi-resource-locator-1.0.3.jar | 19.5 kB | 23 | 12 | 1 | 1.6 | Yes |
jakarta.inject-2.6.1.jar | 18.1 kB | 17 | 6 | 1 | 1.8 | No |
jersey-common-2.35.jar | 1.2 MB | 924 | 869 | 23 | - | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
javassist-3.24.0-GA.jar | 777.7 kB | 447 | 423 | 17 | 1.8 | Yes |
annotations-13.0.jar | 17.5 kB | 45 | 32 | 2 | 1.5 | Yes |
kotlin-stdlib-1.4.20.jar | 1.5 MB | 897 | 854 | 31 | - | Yes |
kotlin-stdlib-common-1.4.20.jar | 191.5 kB | 328 | 0 | 0 | - | No |
kotlin-stdlib-jdk7-1.4.20.jar | 22.4 kB | 19 | 8 | 4 | - | Yes |
kotlin-stdlib-jdk8-1.4.20.jar | 16.2 kB | 30 | 12 | 7 | - | Yes |
junit-jupiter-5.8.0-M1.jar | 6.4 kB | 5 | 1 | 1 | - | No |
junit-jupiter-api-5.8.0-M1.jar | 187.6 kB | 179 | 164 | 8 | - | Yes |
junit-jupiter-engine-5.8.0-M1.jar | 222.3 kB | 137 | 120 | 9 | - | Yes |
junit-jupiter-params-5.8.0-M1.jar | 569.9 kB | 375 | 341 | 22 | - | Yes |
junit-platform-commons-1.8.0-M1.jar | 100.5 kB | 63 | 43 | 7 | - | Yes |
junit-platform-engine-1.8.0-M1.jar | 185.1 kB | 142 | 126 | 9 | - | Yes |
mockito-core-2.23.0.jar | 565 kB | 613 | 542 | 64 | 1.6 | Yes |
objenesis-2.6.jar | 55.7 kB | 59 | 43 | 10 | 1.6 | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes |
powermock-api-mockito2-2.0.2.jar | 88.3 kB | 103 | 75 | 18 | 1.6 | Yes |
powermock-api-support-2.0.2.jar | 21.6 kB | 24 | 14 | 4 | 1.6 | Yes |
powermock-core-2.0.2.jar | 201 kB | 208 | 175 | 27 | 1.6 | Yes |
powermock-module-junit4-2.0.2.jar | 48 kB | 35 | 25 | 3 | 1.6 | Yes |
powermock-module-junit4-common-2.0.2.jar | 17.7 kB | 19 | 9 | 2 | 1.6 | Yes |
powermock-reflect-2.0.2.jar | 65.8 kB | 50 | 37 | 8 | 1.6 | Yes |
spring-beans-5.3.20.jar | 698.8 kB | 418 | 388 | 13 | 1.8 | Yes |
spring-core-5.3.20.jar | 1.5 MB | 1035 | 976 | 49 | 1.8 | Yes |
spring-jcl-5.3.20.jar | 24.4 kB | 28 | 17 | 2 | 1.8 | Yes |
spring-jdbc-5.3.20.jar | 428.1 kB | 318 | 288 | 17 | 1.8 | Yes |
spring-orm-5.3.20.jar | 204.1 kB | 113 | 100 | 7 | 1.8 | Yes |
spring-tx-5.3.20.jar | 333.4 kB | 295 | 261 | 20 | 1.8 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
43 | 15.3 MB | 11129 | 9881 | 525 | 1.8 | 39 |
compile: 8 | compile: 3.3 MB | compile: 2368 | compile: 2174 | compile: 116 | - | compile: 7 |
test: 35 | test: 12 MB | test: 8761 | test: 7707 | test: 409 | - | test: 32 |