06/07/2020 Dependencies – Project Dependencies

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 org.liquibase liquibase-core 3.8.7 jar Apache License, Version 2.0 org.mariadb.jdbc mariadb--client 2.4.4 jar LGPL-2.1 org.springframework.boot spring-boot-starter-jdbc 2.2.5.RELEASE jar Apache License, Version 2.0 org.yaml snakeyaml 1.26 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.springframework.boot spring-boot-starter-test 2.2.5.RELEASE 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 ch.qos.logback logback-classic 1.2.3 jar Eclipse Public License - v 1.0 GNU Lesser General Public License ch.qos.logback logback-core 1.2.3 jar Eclipse Public License - v 1.0 GNU Lesser General Public License com.zaxxer HikariCP 3.4.2 jar The Apache License, Version 2.0 jakarta.annotation jakarta.annotation- 1.3.5 jar EPL 2.0 GPL2 w/ CPE api javax.activation javax.activation- 1.2.0 jar CDDL/GPLv2+CE api javax.xml.bind jaxb-api 2.3.1 jar CDDL 1.1 GPL2 w/ CPE org.apache.logging.log4j log4j-api 2.12.1 jar Apache License, Version 2.0 org.apache.logging.log4j log4j-to-slf4j 2.12.1 jar Apache License, Version 2.0 org.slf4j jul-to-slf4j 1.7.30 jar MIT License org.slf4j slf4j-api 1.7.30 jar MIT License org.springframework spring-aop 5.2.4.RELEASE jar Apache License, Version 2.0 org.springframework spring-beans 5.2.4.RELEASE jar Apache License, Version 2.0 org.springframework spring-context 5.2.4.RELEASE jar Apache License, Version 2.0 org.springframework spring-core 5.2.4.RELEASE jar Apache License, Version 2.0

file:///home/krishna/practice/optf/cmso/cmso-database/target/site/dependencies. 1/6 06/07/2020 Dependencies – Project Dependencies org.springframework spring-expression 5.2.4.RELEASE jar Apache License, Version 2.0 org.springframework spring-jcl 5.2.4.RELEASE jar Apache License, Version 2.0 org.springframework spring-jdbc 5.2.4.RELEASE jar Apache License, Version 2.0 org.springframework spring-tx 5.2.4.RELEASE jar Apache License, Version 2.0 org.springframework.boot spring-boot 2.2.5.RELEASE jar Apache License, Version 2.0 org.springframework.boot spring-boot- 2.2.5.RELEASE jar Apache License, Version 2.0 autoconfigure org.springframework.boot spring-boot- 2.2.5.RELEASE jar Apache License, Version 2.0 starter org.springframework.boot spring-boot-starter- 2.2.5.RELEASE jar Apache License, Version 2.0 logging

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.jayway.jsonpath json-path 2.4.0 jar The Apache Software License, Version 2.0 com..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.xml.bind jakarta.xml.bind-api 2.3.2 jar Eclipse Distribution License - v 1.0 junit junit 4.12 jar Eclipse Public License 1.0 net.bytebuddy byte-buddy 1.10.8 jar Apache License, Version 2.0 net.bytebuddy byte-buddy-agent 1.10.8 jar Apache License, Version 2.0 net.minidev accessors-smart 1.2 jar The Apache Software License, Version 2.0 net.minidev json-smart 2.3 jar The Apache Software License, Version 2.0 org.apiguardian apiguardian-api 1.1.0 jar The Apache License, Version 2.0 org.assertj assertj-core 3.13.2 jar Apache License, Version 2.0 org.hamcrest hamcrest 2.1 jar BSD Licence 3 org.junit.jupiter junit-jupiter 5.5.2 jar Eclipse Public License v2.0 org.junit.jupiter junit-jupiter-api 5.5.2 jar Eclipse Public License v2.0 org.junit.jupiter junit-jupiter-engine 5.5.2 jar Eclipse Public License v2.0 org.junit.jupiter junit-jupiter-params 5.5.2 jar Eclipse Public License v2.0 org.junit.platform junit-platform-commons 1.5.2 jar Eclipse Public License v2.0 org.junit.platform junit-platform-engine 1.5.2 jar Eclipse Public License v2.0 org.junit.vintage junit-vintage-engine 5.5.2 jar Eclipse Public License v2.0 org.mockito mockito-core 3.1.0 jar The MIT License org.mockito mockito-junit-jupiter 3.1.0 jar The MIT License org.objenesis objenesis 2.6 jar Apache 2 org.opentest4j opentest4j 1.2.0 jar The Apache License, Version 2.0 org.ow2.asm asm 5.0.4 jar BSD org.skyscreamer jsonassert 1.5.0 jar The Apache Software License, Version 2.0 org.springframework spring-test 5.2.4.RELEASE jar Apache License, Version 2.0 org.springframework.boot spring-boot-test 2.2.5.RELEASE jar Apache License, Version 2.0 org.springframework.boot spring-boot-test- 2.2.5.RELEASE jar Apache License, Version 2.0

file:///home/krishna/practice/optf/cmso/cmso-database/target/site/dependencies.html 2/6 06/07/2020 Dependencies – Project Dependencies autoconfigure org.xmlunit xmlunit-core 2.6.3 jar The Apache Software License, Version 2.0

Project Dependency Graph

Dependency Tree

org.onap.optf.cmso:liquibase:jar:2.2.0-SNAPSHOT org.springframework.boot:spring-boot-starter-test:jar:2.2.5.RELEASE (test) org.springframework.boot:spring-boot-starter:jar:2.2.5.RELEASE (compile) org.springframework.boot:spring-boot:jar:2.2.5.RELEASE (compile) org.springframework:spring-context:jar:5.2.4.RELEASE (compile) org.springframework:spring-aop:jar:5.2.4.RELEASE (compile) org.springframework:spring-expression:jar:5.2.4.RELEASE (compile) org.springframework.boot:spring-boot-autoconfigure:jar:2.2.5.RELEASE (compile) org.springframework.boot:spring-boot-starter-logging:jar:2.2.5.RELEASE (compile) ch.qos.logback:logback-classic:jar:1.2.3 (compile) ch.qos.logback:logback-core:jar:1.2.3 (compile) org.apache.logging.log4j:log4j-to-slf4j:jar:2.12.1 (compile) org.apache.logging.log4j:log4j-api:jar:2.12.1 (compile) org.slf4j:jul-to-slf4j:jar:1.7.30 (compile) jakarta.annotation:jakarta.annotation-api:jar:1.3.5 (compile) org.springframework.boot:spring-boot-test:jar:2.2.5.RELEASE (test) org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.5.RELEASE (test) com.jayway.jsonpath:json-path:jar:2.4.0 (test) net.minidev:json-smart:jar:2.3 (test) net.minidev:accessors-smart:jar:1.2 (test) org.ow2.asm:asm:jar:5.0.4 (test) jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2 (test) jakarta.activation:jakarta.activation-api:jar:1.2.2 (test) org.junit.jupiter:junit-jupiter:jar:5.5.2 (test) org.junit.jupiter:junit-jupiter-api:jar:5.5.2 (test) org.opentest4j:opentest4j:jar:1.2.0 (test) org.junit.platform:junit-platform-commons:jar:1.5.2 (test) org.junit.jupiter:junit-jupiter-params:jar:5.5.2 (test) org.junit.jupiter:junit-jupiter-engine:jar:5.5.2 (test) org.junit.vintage:junit-vintage-engine:jar:5.5.2 (test) org.apiguardian:apiguardian-api:jar:1.1.0 (test) org.junit.platform:junit-platform-engine:jar:1.5.2 (test) junit:junit:jar:4.12 (test) org.mockito:mockito-junit-jupiter:jar:3.1.0 (test) org.assertj:assertj-core:jar:3.13.2 (test) org.hamcrest:hamcrest:jar:2.1 (test) org.mockito:mockito-core:jar:3.1.0 (test) net.bytebuddy:byte-buddy:jar:1.10.8 (test) net.bytebuddy:byte-buddy-agent:jar:1.10.8 (test) org.objenesis:objenesis:jar:2.6 (test) org.skyscreamer:jsonassert:jar:1.5.0 (test) com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1 (test) org.springframework:spring-core:jar:5.2.4.RELEASE (compile) org.springframework:spring-jcl:jar:5.2.4.RELEASE (compile) org.springframework:spring-test:jar:5.2.4.RELEASE (test) org.xmlunit:xmlunit-core:jar:2.6.3 (test) org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.5.RELEASE (compile) com.zaxxer:HikariCP:jar:3.4.2 (compile) org.springframework:spring-jdbc:jar:5.2.4.RELEASE (compile) org.springframework:spring-beans:jar:5.2.4.RELEASE (compile) org.springframework:spring-tx:jar:5.2.4.RELEASE (compile) org.liquibase:liquibase-core:jar:3.8.7 (compile) javax.xml.bind:jaxb-api:jar:2.3.1 (compile) javax.activation:javax.activation-api:jar:1.2.0 (compile) org.slf4j:slf4j-api:jar:1.7.30 (compile) org.mariadb.jdbc:mariadb-java-client:jar:2.4.4 (compile) org.yaml:snakeyaml:jar:1.26 (compile)

file:///home/krishna/practice/optf/cmso/cmso-database/target/site/dependencies.html 3/6 06/07/2020 Dependencies – Project Dependencies Licenses

CDDL 1.1: jaxb-api

LGPL-2.1: mariadb-java-client

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

Eclipse Public License 1.0: JUnit

MIT License: JUL to SLF4J bridge, 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, JUnit Vintage Engine

GPL2 w/ CPE: Jakarta Annotations API, jaxb-api

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

BSD Licence 3: Hamcrest

Apache 2: Objenesis

CDDL/GPLv2+CE: JavaBeans Activation Framework API jar

BSD: ASM Core

Unknown: liquibase

EDL 1.0: Jakarta Activation API jar

Apache License 2.0: JSON library from Android SDK

The MIT License: 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, Liquibase, SnakeYAML, Spring AOP, Spring Beans, Spring Boot, Spring Boot AutoConfigure, Spring Boot JDBC Starter, Spring Boot Logging Starter, Spring Boot Starter, Spring Boot Test, Spring Boot Test Auto-Configure, Spring Boot Test Starter, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring JDBC, Spring TestContext Framework, Spring Transaction

Eclipse Distribution License - v 1.0: jakarta.xml.bind-api

EPL 2.0: Jakarta Annotations API

The Apache Software License, Version 2.0: ASM based accessors helper used by json-smart, HikariCP, JSON Small and Fast Parser, JSONassert, org.xmlunit:xmlunit-core, project ':json-path'

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

Dependency File Details

Filename Size Entries Classes Packages Java Debug Version Information 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 json-path-2.4.0.jar 223.2 kB 191 174 12 1.6 Yes android-json-0.0.20131108.vaadin1.jar 18.3 kB 12 8 1 1.5 Yes HikariCP-3.4.2.jar 152.6 kB 88 71 8 1.8 Yes jakarta.activation-api-1.2.2.jar 46.6 kB 43 32 2 - Yes jakarta.annotation-api-1.3.5.jar 25.1 kB 28 15 3 1.8 Yes jakarta.xml.bind-api-2.3.2.jar 115.5 kB 137 111 7 - Yes

file:///home/krishna/practice/optf/cmso/cmso-database/target/site/dependencies.html 4/6 06/07/2020 Dependencies – Project Dependencies javax.activation-api-1.2.0.jar 56.7 kB 41 31 1 1.5 Yes jaxb-api-2.3.1.jar 128.1 kB 136 111 7 - Yes junit-4.12.jar 314.9 kB 323 286 30 1.5 Yes byte-buddy-1.10.8.jar 3.4 MB 2415 2360 37 - Yes byte-buddy-agent-1.10.8.jar 258.5 kB 80 62 2 - Yes accessors-smart-1.2.jar 30 kB 24 13 2 1.6 Yes json-smart-2.3.jar 120.3 kB 106 92 5 1.6 Yes log4j-api-2.12.1.jar 276.8 kB 207 174 8 - Yes log4j-to-slf4j-2.12.1.jar 17.5 kB 22 6 1 1.7 Yes apiguardian-api-1.1.0.jar 2.4 kB 8 3 2 - Yes assertj-core-3.13.2.jar 4.5 MB 3094 3018 61 - Yes hamcrest-2.1.jar 123.1 kB 122 108 11 1.7 Yes junit-jupiter-5.5.2.jar 6.2 kB 5 1 1 - No junit-jupiter-api-5.5.2.jar 141.8 kB 141 127 7 - Yes junit-jupiter-engine-5.5.2.jar 219.6 kB 142 124 10 - Yes junit-jupiter-params-5.5.2.jar 549.4 kB 367 333 22 - Yes junit-platform-commons-1.5.2.jar 91.7 kB 58 38 7 - Yes junit-platform-engine-1.5.2.jar 163.9 kB 133 117 9 - Yes junit-vintage-engine-5.5.2.jar 57.2 kB 44 30 6 - Yes liquibase-core-3.8.7.jar 3.2 MB 2222 1904 113 1.8 Yes mariadb-java-client-2.4.4.jar 592.4 kB 273 227 34 1.8 Yes mockito-core-3.1.0.jar 591 kB 633 560 65 1.8 Yes mockito-junit-jupiter-3.1.0.jar 5 kB 9 2 1 1.8 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.4.jar 53.3 kB 30 25 2 1.2 No jsonassert-1.5.0.jar 30.3 kB 32 20 3 1.6 Yes jul-to-slf4j-1.7.30.jar 4.6 kB 11 1 1 1.5 Yes slf4j-api-1.7.30.jar 41.5 kB 46 34 4 1.5 Yes spring-aop-5.2.4.RELEASE.jar 372.8 kB 306 277 17 1.8 Yes spring-beans-5.2.4.RELEASE.jar 685.1 kB 412 382 13 1.8 Yes spring-context-5.2.4.RELEASE.jar 1.2 MB 964 877 64 1.8 Yes spring-core-5.2.4.RELEASE.jar 1.4 MB 1020 962 47 1.8 Yes spring-expression-5.2.4.RELEASE.jar 282.2 kB 164 150 6 1.8 Yes spring-jcl-5.2.4.RELEASE.jar 24 kB 28 17 2 1.8 Yes spring-jdbc-5.2.4.RELEASE.jar 407.1 kB 315 285 17 1.8 Yes spring-test-5.2.4.RELEASE.jar 679.5 kB 511 457 39 1.8 Yes spring-tx-5.2.4.RELEASE.jar 314.4 kB 288 254 20 1.8 Yes spring-boot-2.2.5.RELEASE.jar 1 MB 786 678 69 1.8 Yes spring-boot-autoconfigure- 1.4 MB 1153 1040 97 1.8 Yes 2.2.5.RELEASE.jar spring-boot-starter-2.2.5.RELEASE.jar 0.4 kB 2 0 0 - No spring-boot-starter-jdbc- 0.4 kB 2 0 0 - No 2.2.5.RELEASE.jar spring-boot-starter-logging- 0.4 kB 2 0 0 - No 2.2.5.RELEASE.jar spring-boot-starter-test- 0.4 kB 2 0 0 - No 2.2.5.RELEASE.jar spring-boot-test-2.2.5.RELEASE.jar 209.8 kB 162 137 15 1.8 Yes spring-boot-test-autoconfigure- 157.7 kB 168 140 17 1.8 Yes 2.2.5.RELEASE.jar

file:///home/krishna/practice/optf/cmso/cmso-database/target/site/dependencies.html 5/6 06/07/2020 Dependencies – Project Dependencies xmlunit-core-2.6.3.jar 168.2 kB 171 155 8 1.6 Yes snakeyaml-1.26.jar 309 kB 253 216 20 1.7 Yes Total Size Entries Classes Packages Java Debug Version Information 56 25 MB 18655 16843 1011 1.8 50 compile: 26 compile: 12.7 compile: compile: compile: - compile: 23 MB 9422 8260 615 test: 30 test: 12.3 MB test: 9233 test: 8583 test: 396 - test: 27

file:///home/krishna/practice/optf/cmso/cmso-database/target/site/dependencies.html 6/6