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-context 5.3.14 jar Apache License, Version 2.0 No
org.thymeleaf thymeleaf 3.0.14.RELEASE jar The Apache Software License, Version 2.0 No
org.thymeleaf thymeleaf-spring5 3.0.14.RELEASE jar The Apache Software License, Version 2.0 No
org.projectlombok lombok 1.18.22 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.springframework.boot spring-boot-starter-test 2.5.8 jar Apache 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
ognl ognl 3.1.26 jar The Apache Software License, Version 2.0
org.attoparser attoparser 2.0.5.RELEASE jar The Apache Software License, Version 2.0
org.javassist javassist 3.20.0-GA jar MPL 1.1LGPL 2.1Apache License 2.0
org.slf4j slf4j-api 1.7.32 jar MIT License
org.springframework spring-aop 5.3.14 jar Apache License, Version 2.0
org.springframework spring-beans 5.3.14 jar Apache License, Version 2.0
org.springframework spring-core 5.3.14 jar Apache License, Version 2.0
org.springframework spring-expression 5.3.14 jar Apache License, Version 2.0
org.springframework spring-jcl 5.3.14 jar Apache License, Version 2.0
org.unbescape unbescape 1.1.6.RELEASE 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
ch.qos.logback logback-classic 1.2.9 jar Eclipse Public License - v 1.0GNU Lesser General Public License
ch.qos.logback logback-core 1.2.9 jar Eclipse Public License - v 1.0GNU Lesser General Public License
com.jayway.jsonpath json-path 2.5.0 jar The Apache Software License, Version 2.0
com.vaadin.external.google android-json 0.0.20131108.vaadin1 jar Apache License 2.0
jakarta.activation jakarta.activation-api 1.2.2 jar EDL 1.0
jakarta.annotation jakarta.annotation-api 1.3.5 jar EPL 2.0GPL2 w/ CPE
jakarta.xml.bind jakarta.xml.bind-api 2.3.3 jar Eclipse Distribution License - v 1.0
net.bytebuddy byte-buddy 1.10.22 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.10.22 jar Apache License, Version 2.0
net.minidev accessors-smart 2.4.7 jar The Apache Software License, Version 2.0
net.minidev json-smart 2.4.7 jar The Apache Software License, Version 2.0
org.apache.logging.log4j log4j-api 2.17.0 jar Apache License, Version 2.0
org.apache.logging.log4j log4j-to-slf4j 2.17.0 jar Apache License, Version 2.0
org.apiguardian apiguardian-api 1.1.0 jar The Apache License, Version 2.0
org.assertj assertj-core 3.19.0 jar Apache License, Version 2.0
org.hamcrest hamcrest 2.2 jar BSD License 3
org.junit.jupiter junit-jupiter 5.7.2 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-api 5.7.2 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.7.2 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.7.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.7.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.7.2 jar Eclipse Public License v2.0
org.mockito mockito-core 3.9.0 jar The MIT License
org.mockito mockito-junit-jupiter 3.9.0 jar The MIT License
org.objenesis objenesis 3.2 jar Apache License, Version 2.0
org.opentest4j opentest4j 1.2.0 jar The Apache License, Version 2.0
org.ow2.asm asm 9.1 jar BSD-3-Clause
org.skyscreamer jsonassert 1.5.0 jar The Apache Software License, Version 2.0
org.slf4j jul-to-slf4j 1.7.32 jar MIT License
org.springframework spring-test 5.3.14 jar Apache License, Version 2.0
org.springframework.boot spring-boot 2.5.8 jar Apache License, Version 2.0
org.springframework.boot spring-boot-autoconfigure 2.5.8 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter 2.5.8 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-logging 2.5.8 jar Apache License, Version 2.0
org.springframework.boot spring-boot-test 2.5.8 jar Apache License, Version 2.0
org.springframework.boot spring-boot-test-autoconfigure 2.5.8 jar Apache License, Version 2.0
org.xmlunit xmlunit-core 2.8.4 jar The Apache Software License, Version 2.0
org.yaml snakeyaml 1.28 jar Apache License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

MIT License: JUL to SLF4J bridge, SLF4J API Module

BSD-3-Clause: asm

BSD License 3: Hamcrest

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

GNU Lesser General Public License: Logback Classic Module, Logback Core Module

Apache License 2.0: JSON library from Android SDK, Javassist

EDL 1.0: Jakarta Activation API jar

The MIT License: Project Lombok, mockito-core, mockito-junit-jupiter

Apache License, Version 2.0: Apache Log4j API, Apache Log4j to SLF4J Adapter, AssertJ fluent assertions, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, SnakeYAML, Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring TestContext Framework, common-base-thymeleaf, spring-boot, spring-boot-autoconfigure, spring-boot-starter, spring-boot-starter-logging, spring-boot-starter-test, spring-boot-test, spring-boot-test-autoconfigure

LGPL 2.1: Javassist

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

EPL 2.0: Jakarta Annotations API

MPL 1.1: Javassist

The Apache Software License, Version 2.0: ASM based accessors helper used by json-smart, JSON Small and Fast Parser, JSONassert, OGNL - Object Graph Navigation Library, attoparser, org.xmlunit:xmlunit-core, project ':json-path', thymeleaf, thymeleaf-spring5, unbescape

Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module