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 |
---|---|---|---|---|
ch.qos.logback | logback-access | 1.2.3 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
ch.qos.logback | logback-classic | 1.2.3 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
ch.qos.logback | logback-core | 1.2.3 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
jakarta.validation | jakarta.validation-api | 2.0.2 | jar | Apache License 2.0 |
org.apache.tomcat.embed | tomcat-embed-el | 9.0.33 | jar | Apache License, Version 2.0 |
org.hibernate.validator | hibernate-validator | 6.0.18.Final | jar | Apache License 2.0 |
org.junit.jupiter | junit-jupiter | 5.6.2 | jar | Eclipse Public License v2.0 |
org.projectlombok | lombok | 1.18.12 | jar | The MIT License |
org.slf4j | jcl-over-slf4j | 1.7.25 | jar | MIT License |
org.springframework | spring-context-support | 5.2.12.RELEASE | 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.sourceforge.cobertura | cobertura | 2.1.1 | jar | - |
org.awaitility | awaitility | 4.0.3 | jar | Apache 2.0 |
org.hamcrest | hamcrest | 2.1 | jar | BSD Licence 3 |
org.hamcrest | hamcrest-core | 2.1 | jar | BSD Licence 3 |
org.hamcrest | hamcrest-library | 2.1 | jar | BSD Licence 3 |
org.mockito | mockito-core | 3.1.0 | jar | The MIT License |
org.mockito | mockito-inline | 3.1.0 | jar | The MIT License |
org.mockito | mockito-junit-jupiter | 3.1.0 | jar | The MIT License |
org.springframework | spring-test | 5.2.12.RELEASE | jar | Apache License, Version 2.0 |
org.springframework.boot | spring-boot-test | 2.3.7.RELEASE | jar | Apache License, Version 2.0 |
org.springframework.boot | spring-boot-test-autoconfigure | 2.3.7.RELEASE | jar | Apache License, Version 2.0 |
org.springframework.restdocs | spring-restdocs-mockmvc | 2.0.4.RELEASE | jar | The Apache Software License, Version 2.0 |
org.springframework.security | spring-security-test | 5.3.2.RELEASE | jar | The Apache Software License, Version 2.0 |
system
The following is a list of system dependencies for this project. These dependencies are required to compile the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
com.sun | tools | 0 | jar | - |
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:
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.junit.jupiter | junit-jupiter-engine | 5.6.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.6.2 | jar | Eclipse Public License v2.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:
Project Dependency Graph
Dependency Tree
- cat.albirar.lib:albirar-communications:pom:1.3.1
- com.sun:tools:jar:0 (system)
- net.sourceforge.cobertura:cobertura:jar:2.1.1 (test)
- org.ow2.asm:asm:jar:5.0.1 (test)
- org.ow2.asm:asm-tree:jar:5.0.1 (test)
- org.ow2.asm:asm-commons:jar:5.0.1 (test)
- org.ow2.asm:asm-util:jar:5.0.1 (test)
- org.ow2.asm:asm-analysis:jar:5.0.1 (test)
- oro:oro:jar:2.0.8 (test)
- jaxen:jaxen:jar:1.1.4 (test)
- org.apache.ant:ant:jar:1.8.3 (test)
- org.apache.ant:ant-launcher:jar:1.8.3 (test)
- org.apache.ant:ant-junit:jar:1.8.3 (test)
- org.mortbay.jetty:servlet-api-2.5:jar:6.1.14 (test)
- org.mortbay.jetty:jetty:jar:6.1.14 (test)
- org.mortbay.jetty:jetty-util:jar:6.1.14 (test)
- org.slf4j:slf4j-api:jar:1.7.5 (compile)
- junit:junit:jar:4.11 (test)
- org.apache.commons:commons-lang3:jar:3.3.2 (test)
- org.projectlombok:lombok:jar:1.18.12 (compile)
- ch.qos.logback:logback-access:jar:1.2.3 (compile)
- ch.qos.logback:logback-classic:jar:1.2.3 (compile)
- ch.qos.logback:logback-core:jar:1.2.3 (compile)
- org.slf4j:jcl-over-slf4j:jar:1.7.25 (compile)
- org.springframework:spring-context-support:jar:5.2.12.RELEASE (compile)
- org.springframework:spring-beans:jar:5.2.12.RELEASE (compile)
- org.springframework:spring-context:jar:5.2.12.RELEASE (compile)
- org.springframework:spring-aop:jar:5.2.12.RELEASE (compile)
- org.springframework:spring-expression:jar:5.2.12.RELEASE (compile)
- org.springframework:spring-core:jar:5.2.12.RELEASE (compile)
- org.springframework:spring-jcl:jar:5.2.12.RELEASE (compile)
- jakarta.validation:jakarta.validation-api:jar:2.0.2 (compile)
- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.33 (compile)
- org.hibernate.validator:hibernate-validator:jar:6.0.18.Final (compile)
- javax.validation:validation-api:jar:2.0.1.Final (compile)
- org.jboss.logging:jboss-logging:jar:3.3.2.Final (compile)
- com.fasterxml:classmate:jar:1.3.4 (compile)
- org.springframework:spring-test:jar:5.2.12.RELEASE (test)
- org.springframework.boot:spring-boot-test:jar:2.3.7.RELEASE (test)
- org.springframework.boot:spring-boot:jar:2.3.7.RELEASE (test)
- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.3.7.RELEASE (test)
- org.springframework.boot:spring-boot-autoconfigure:jar:2.3.7.RELEASE (test)
- org.junit.jupiter:junit-jupiter:jar:5.6.2 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.6.2 (compile)
- org.apiguardian:apiguardian-api:jar:1.1.0 (compile)
- org.opentest4j:opentest4j:jar:1.2.0 (compile)
- org.junit.platform:junit-platform-commons:jar:1.6.2 (compile)
- org.junit.jupiter:junit-jupiter-params:jar:5.6.2 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.6.2 (runtime)
- org.junit.platform:junit-platform-engine:jar:1.6.2 (runtime)
- org.junit.jupiter:junit-jupiter-api:jar:5.6.2 (compile)
- org.springframework.restdocs:spring-restdocs-mockmvc:jar:2.0.4.RELEASE (test)
- javax.servlet:javax.servlet-api:jar:3.1.0 (test)
- org.springframework.restdocs:spring-restdocs-core:jar:2.0.4.RELEASE (test)
- com.fasterxml.jackson.core:jackson-databind:jar:2.9.5 (test)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0 (test)
- com.fasterxml.jackson.core:jackson-core:jar:2.9.5 (test)
- org.springframework:spring-web:jar:5.0.15.RELEASE (test)
- com.fasterxml.jackson.core:jackson-databind:jar:2.9.5 (test)
- org.springframework:spring-webmvc:jar:5.0.15.RELEASE (test)
- org.springframework.security:spring-security-test:jar:5.3.2.RELEASE (test)
- org.springframework.security:spring-security-core:jar:5.3.2.RELEASE (test)
- org.springframework.security:spring-security-web:jar:5.3.2.RELEASE (test)
- org.hamcrest:hamcrest:jar:2.1 (test)
- org.hamcrest:hamcrest-core:jar:2.1 (test)
- org.hamcrest:hamcrest-library:jar:2.1 (test)
- org.mockito:mockito-core:jar:3.1.0 (test)
- net.bytebuddy:byte-buddy:jar:1.9.10 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.9.10 (test)
- org.objenesis:objenesis:jar:2.6 (test)
- org.mockito:mockito-inline:jar:3.1.0 (test)
- org.mockito:mockito-junit-jupiter:jar:3.1.0 (test)
- org.awaitility:awaitility:jar:4.0.3 (test)
Licenses
Apache License, version 2.0: JBoss Logging 3
Unnamed: jaxen
CDDL 1.0: Servlet Specification 2.5 API
Apache License Version 2.0: Jetty Server, Jetty Utilities
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: Awaitility
MIT License: JCL 1.2 implemented over SLF4J, SLF4J API Module
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
GNU Lesser General Public License: Logback Access Module, Logback Classic Module, Logback Core Module
BSD Licence 3: Hamcrest, Hamcrest Core, Hamcrest Library
Apache 2: Objenesis
BSD: ASM Analysis, ASM Commons, ASM Core, ASM Tree, ASM Util
Unknown: Cobertura code coverage, oro
Apache License 2.0: Bean Validation API, Hibernate Validator Engine, Jakarta Bean Validation API
GNU General Public License v3.0 or later: Albirar Communications Library
The MIT License: Project Lombok, mockito-core, mockito-inline, mockito-junit-jupiter
Apache License, Version 2.0: Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Context Support, Spring Core, Spring Expression Language (SpEL), Spring TestContext Framework, Spring Web, Spring Web MVC, spring-boot, spring-boot-autoconfigure, spring-boot-test, spring-boot-test-autoconfigure, tomcat-embed-el
CDDL + GPLv2 with classpath exception: Java Servlet API
The Apache Software License, Version 2.0: Apache Ant + JUnit, Apache Ant Core, Apache Ant Launcher, Apache Commons Lang, Byte Buddy (without dependencies), Byte Buddy Java agent, ClassMate, Jackson-annotations, Jackson-core, Spring REST Docs Core, Spring REST Docs MockMvc, jackson-databind, spring-security-core, spring-security-test, spring-security-web
Common Public License Version 1.0: JUnit
Eclipse Public License - v 1.0: Logback Access Module, Logback Classic Module, Logback Core Module
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
logback-access-1.2.3.jar | 107.1 kB | 118 | 85 | 15 | 1.6 | Yes |
logback-classic-1.2.3.jar | 290.3 kB | 234 | 175 | 27 | 1.6 | Yes |
logback-core-1.2.3.jar | 471.9 kB | 419 | 373 | 36 | 1.6 | Yes |
classmate-1.3.4.jar | 65.1 kB | 52 | 37 | 4 | 1.6 | Yes |
jackson-annotations-2.9.0.jar | 66.5 kB | 80 | 68 | 1 | 1.6 | Yes |
jackson-core-2.9.5.jar | 321.6 kB | 130 | 105 | 11 | 1.6 | Yes |
jackson-databind-2.9.5.jar | 1.3 MB | 658 | 624 | 20 | 1.7 | Yes |
jakarta.validation-api-2.0.2.jar | 91.9 kB | 160 | 143 | 9 | 1.8 | Yes |
javax.servlet-api-3.1.0.jar | 95.8 kB | 103 | 79 | 4 | 1.7 | Yes |
validation-api-2.0.1.Final.jar | 93.1 kB | 163 | 143 | 9 | 1.8 | Yes |
jaxen-1.1.4.jar | 226.2 kB | 240 | 214 | 17 | 1.2 | Yes |
junit-4.11.jar | 245 kB | 266 | 233 | 28 | 1.5 | Yes |
byte-buddy-1.9.10.jar | 3.3 MB | 2368 | 2319 | 37 | - | Yes |
byte-buddy-agent-1.9.10.jar | 43.4 kB | 41 | 31 | 2 | - | Yes |
cobertura-2.1.1.jar | 564.6 kB | 234 | 182 | 23 | 1.6 | Yes |
ant-1.8.3.jar | 1.9 MB | 1171 | 1093 | 59 | 1.4 | Yes |
ant-junit-1.8.3.jar | 108.1 kB | 58 | 44 | 1 | 1.4 | Yes |
ant-launcher-1.8.3.jar | 18.4 kB | 14 | 5 | 1 | 1.4 | Yes |
commons-lang3-3.3.2.jar | 412.7 kB | 241 | 217 | 12 | 1.6 | Yes |
tomcat-embed-el-9.0.33.jar | 253.9 kB | 183 | 167 | 6 | 1.8 | Yes |
apiguardian-api-1.1.0.jar | 2.4 kB | 8 | 3 | 2 | - | Yes |
awaitility-4.0.3.jar | 90.4 kB | 86 | 70 | 8 | 1.8 | Yes |
hamcrest-2.1.jar | 123.1 kB | 122 | 108 | 11 | 1.7 | Yes |
hamcrest-core-2.1.jar | 1.2 kB | 6 | 1 | 1 | 1.7 | Yes |
hamcrest-library-2.1.jar | 1.2 kB | 6 | 1 | 1 | 1.7 | Yes |
hibernate-validator-6.0.18.Final.jar | 1.2 MB | 915 | 803 | 73 | 1.8 | Yes |
jboss-logging-3.3.2.Final.jar | 66.5 kB | 57 | 45 | 1 | 1.6 | Yes |
junit-jupiter-5.6.2.jar | 6.4 kB | 5 | 1 | 1 | - | No |
junit-jupiter-api-5.6.2.jar | 154 kB | 150 | 135 | 8 | - | Yes |
junit-jupiter-engine-5.6.2.jar | 209.3 kB | 130 | 113 | 9 | - | Yes |
junit-jupiter-params-5.6.2.jar | 562.3 kB | 370 | 336 | 22 | - | Yes |
junit-platform-commons-1.6.2.jar | 96.7 kB | 61 | 41 | 7 | - | Yes |
junit-platform-engine-1.6.2.jar | 174.1 kB | 139 | 123 | 9 | - | Yes |
mockito-core-3.1.0.jar | 591 kB | 633 | 560 | 65 | 1.8 | Yes |
mockito-inline-3.1.0.jar | 1.3 kB | 5 | 0 | 0 | - | No |
mockito-junit-jupiter-3.1.0.jar | 5 kB | 9 | 2 | 1 | 1.8 | Yes |
jetty-6.1.14.jar | 516.4 kB | 255 | 225 | 14 | 1.4 | Yes |
jetty-util-6.1.14.jar | 163.1 kB | 109 | 94 | 6 | 1.4 | Yes |
servlet-api-2.5-6.1.14.jar | 132.4 kB | 78 | 42 | 2 | 1.4 | 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 |
asm-5.0.1.jar | 53.2 kB | 30 | 25 | 2 | 1.2 | No |
asm-analysis-5.0.1.jar | 20.4 kB | 19 | 13 | 1 | 1.2 | No |
asm-commons-5.0.1.jar | 41.7 kB | 27 | 22 | 1 | 1.2 | No |
asm-tree-5.0.1.jar | 29 kB | 35 | 30 | 1 | 1.2 | No |
asm-util-5.0.1.jar | 43.3 kB | 21 | 16 | 1 | 1.2 | No |
lombok-1.18.12.jar | 1.8 MB | 989 | 156 | 12 | - | Yes |
jcl-over-slf4j-1.7.25.jar | 16.5 kB | 23 | 9 | 2 | 1.5 | Yes |
slf4j-api-1.7.5.jar | 26.1 kB | 34 | 23 | 3 | 1.5 | Yes |
spring-aop-5.2.12.RELEASE.jar | 372.8 kB | 306 | 277 | 17 | 1.8 | Yes |
spring-beans-5.2.12.RELEASE.jar | 688.2 kB | 414 | 384 | 13 | 1.8 | Yes |
spring-context-5.2.12.RELEASE.jar | 1.2 MB | 967 | 880 | 64 | 1.8 | Yes |
spring-context-support-5.2.12.RELEASE.jar | 183 kB | 140 | 119 | 11 | 1.8 | Yes |
spring-core-5.2.12.RELEASE.jar | 1.4 MB | 1023 | 965 | 47 | 1.8 | Yes |
spring-expression-5.2.12.RELEASE.jar | 282.2 kB | 164 | 150 | 6 | 1.8 | Yes |
spring-jcl-5.2.12.RELEASE.jar | 24 kB | 28 | 17 | 2 | 1.8 | Yes |
spring-test-5.2.12.RELEASE.jar | 685.4 kB | 516 | 462 | 39 | 1.8 | Yes |
spring-web-5.0.15.RELEASE.jar | 1.3 MB | 917 | 849 | 53 | 1.8 | Yes |
spring-webmvc-5.0.15.RELEASE.jar | 794.5 kB | 488 | 446 | 26 | 1.8 | Yes |
spring-boot-2.3.7.RELEASE.jar | 1.1 MB | 837 | 725 | 71 | 1.8 | Yes |
spring-boot-autoconfigure-2.3.7.RELEASE.jar | 1.5 MB | 1216 | 1100 | 99 | 1.8 | Yes |
spring-boot-test-2.3.7.RELEASE.jar | 216.4 kB | 164 | 138 | 14 | 1.8 | Yes |
spring-boot-test-autoconfigure-2.3.7.RELEASE.jar | 175.4 kB | 186 | 153 | 19 | 1.8 | Yes |
spring-restdocs-core-2.0.4.RELEASE.jar | 284.3 kB | 297 | 242 | 16 | 1.8 | Yes |
spring-restdocs-mockmvc-2.0.4.RELEASE.jar | 20.3 kB | 20 | 14 | 1 | 1.8 | Yes |
spring-security-core-5.3.2.RELEASE.jar | 443.8 kB | 411 | 335 | 49 | 1.8 | Yes |
spring-security-test-5.3.2.RELEASE.jar | 107 kB | 83 | 65 | 8 | 1.8 | Yes |
spring-security-web-5.3.2.RELEASE.jar | 568 kB | 470 | 401 | 52 | 1.8 | Yes |
oro-2.0.8.jar | 65.3 kB | 74 | 62 | 6 | 1.2 | No |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
69 | 27.6 MB | 20046 | 17168 | 1211 | 1.8 | 61 |
compile: 25 | compile: 9.5 MB | compile: 6994 | compile: 5474 | compile: 399 | - | compile: 24 |
test: 42 | test: 17.8 MB | test: 12783 | test: 11458 | test: 794 | - | test: 35 |
runtime: 2 | runtime: 383.4 kB | runtime: 269 | runtime: 236 | runtime: 18 | - | runtime: 2 |