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.fasterxml.jackson.core | jackson-annotations | 2.21 | jar | The Apache Software License, Version 2.0 | No |
| io.swagger.core.v3 | swagger-annotations | 2.2.43 | jar | Apache License 2.0 | No |
| jakarta.annotation | jakarta.annotation-api | 3.0.0 | jar | EPL 2.0GPL2 w/ CPE | No |
| jakarta.validation | jakarta.validation-api | 3.1.1 | jar | Apache License 2.0 | No |
| org.springframework | spring-core | 7.0.8 | jar | Apache License, Version 2.0 | No |
| tools.jackson.core | jackson-databind | 3.1.4 | jar | The Apache Software License, Version 2.0 | No |
| org.immutables | serial | 2.12.2 | jar | The Apache Software License, Version 2.0 | Yes |
| org.immutables | value | 2.12.2 | jar | The Apache Software License, Version 2.0 | Yes |
| org.projectlombok | lombok | 1.18.46 | jar | The MIT License | 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.mockito | mockito-core | 5.20.0 | jar | MIT |
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 |
|---|---|---|---|---|
| commons-logging | commons-logging | 1.3.6 | jar | Apache-2.0 |
| org.jspecify | jspecify | 1.0.0 | jar | The Apache License, Version 2.0 |
| tools.jackson.core | jackson-core | 3.1.4 | jar | The Apache Software 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.17.8 | jar | Apache License, Version 2.0 |
| net.bytebuddy | byte-buddy-agent | 1.17.8 | jar | Apache License, Version 2.0 |
| org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.bremersee:spring-integration-keycloak-model:jar:6.0.3
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- jakarta.validation:jakarta.validation-api:jar:3.1.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- io.swagger.core.v3:swagger-annotations:jar:2.2.43 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.21 (compile)
![[Information]](./images/icon_info_sml.gif)
- tools.jackson.core:jackson-databind:jar:3.1.4 (compile)
- tools.jackson.core:jackson-core:jar:3.1.4 (compile)
![[Information]](./images/icon_info_sml.gif)
- tools.jackson.core:jackson-core:jar:3.1.4 (compile)
- org.springframework:spring-core:jar:7.0.8 (compile)
- commons-logging:commons-logging:jar:1.3.6 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.jspecify:jspecify:jar:1.0.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- commons-logging:commons-logging:jar:1.3.6 (compile)
- org.projectlombok:lombok:jar:1.18.46 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.immutables:value:jar:2.12.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.immutables:serial:jar:2.12.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.mockito:mockito-core:jar:5.20.0 (test)
- net.bytebuddy:byte-buddy:jar:1.17.8 (test)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy-agent:jar:1.17.8 (test)
![[Information]](./images/icon_info_sml.gif)
- org.objenesis:objenesis:jar:3.3 (test)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy:jar:1.17.8 (test)
- jakarta.annotation:jakarta.annotation-api:jar:3.0.0 (compile)
Licenses
Apache License 2.0: Jakarta Validation API, swagger-annotations
The Apache License, Version 2.0: JSpecify annotations
The MIT License: Project Lombok
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, Spring Core, Spring Integration Keycloak Model
Apache-2.0: Apache Commons Logging
MIT: mockito-core
EPL 2.0: Jakarta Annotations API
GPL2 w/ CPE: Jakarta Annotations API
The Apache Software License, Version 2.0: Jackson-annotations, Jackson-core, jackson-databind, org.immutables.serial, org.immutables.value
