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
cn.cfit.ctas.workflow workflow-api 1.0.0 jar -
cn.gov.pbc.ctas.workflow camunda-api 1.0.0 jar -
org.apache.commons commons-lang3 3.12.0 jar Apache License, Version 2.0
org.apache.httpcomponents httpclient 4.5.10 jar Apache License, Version 2.0
org.bouncycastle bcprov-jdk18on 1.75 jar Bouncy Castle Licence
org.projectlombok lombok 1.18.28 jar The MIT License
org.slf4j log4j-over-slf4j 2.0.7 jar Apache Software Licenses
org.slf4j slf4j-api 2.0.7 jar MIT License
org.springframework spring-beans 5.3.14 jar Apache License, Version 2.0
org.springframework spring-context 5.3.14 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.junit.jupiter junit-jupiter-engine 5.10.0 jar Eclipse Public License v2.0
org.junit.platform junit-platform-launcher 1.10.0 jar Eclipse Public License v2.0
org.junit.vintage junit-vintage-engine 5.10.0 jar Eclipse Public License v2.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 Classifier Type Licenses
ch.qos.logback logback-classic 1.2.12 - jar Eclipse Public License - v 1.0GNU Lesser General Public License
ch.qos.logback logback-core 1.2.12 - jar Eclipse Public License - v 1.0GNU Lesser General Public License
com.google.protobuf protobuf-java 3.21.9 - jar BSD-3-Clause
com.h2database h2 2.1.214 - jar MPL 2.0EPL 1.0
com.mysql mysql-connector-j 8.0.33 - jar The GNU General Public License, v2 with Universal FOSS Exception, v1.0
commons-codec commons-codec 1.15 - jar Apache License, Version 2.0
jakarta.annotation jakarta.annotation-api 1.3.5 - jar EPL 2.0GPL2 w/ CPE
joda-time joda-time 2.1 - jar Apache 2
org.apache.httpcomponents httpcore 4.4.16 - jar Apache License, Version 2.0
org.apache.logging.log4j log4j-api 2.17.2 - jar Apache License, Version 2.0
org.apache.logging.log4j log4j-to-slf4j 2.17.2 - jar Apache License, Version 2.0
org.camunda.bpm camunda-engine 7.19.0 - jar The Apache Software License, Version 2.0
org.camunda.bpm.dmn camunda-engine-dmn 7.19.0 - jar The Apache Software License, Version 2.0
org.camunda.bpm.dmn camunda-engine-feel-api 7.19.0 - jar The Apache Software License, Version 2.0
org.camunda.bpm.dmn camunda-engine-feel-juel 7.19.0 - jar The Apache Software License, Version 2.0
org.camunda.bpm.dmn camunda-engine-feel-scala 7.19.0 - jar The Apache Software License, Version 2.0
org.camunda.bpm.model camunda-bpmn-model 7.19.0 - jar The Apache Software License, Version 2.0
org.camunda.bpm.model camunda-cmmn-model 7.19.0 - jar The Apache Software License, Version 2.0
org.camunda.bpm.model camunda-dmn-model 7.19.0 - jar The Apache Software License, Version 2.0
org.camunda.bpm.model camunda-xml-model 7.19.0 - jar The Apache Software License, Version 2.0
org.camunda.commons camunda-commons-logging 1.12.0 - jar The Apache Software License, Version 2.0
org.camunda.commons camunda-commons-typed-values 7.19.0 - jar The Apache Software License, Version 2.0
org.camunda.commons camunda-commons-utils 1.12.0 - jar The Apache Software License, Version 2.0
org.camunda.connect camunda-connect-core 1.5.6 - jar The Apache Software License, Version 2.0
org.camunda.feel feel-engine 1.15.3 scala-shaded jar The Apache Software License, Version 2.0
org.slf4j jul-to-slf4j 1.7.36 - jar MIT License
org.springframework spring-aop 5.3.28 - jar Apache License, Version 2.0
org.springframework spring-core 5.3.28 - jar Apache License, Version 2.0
org.springframework spring-expression 5.3.28 - jar Apache License, Version 2.0
org.springframework spring-jcl 5.3.28 - jar Apache License, Version 2.0
org.springframework.boot spring-boot 2.7.13 - jar Apache License, Version 2.0
org.springframework.boot spring-boot-autoconfigure 2.7.13 - jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter 2.7.13 - jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-logging 2.7.13 - jar Apache License, Version 2.0
org.yaml snakeyaml 1.30 - jar Apache License, Version 2.0

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.camunda.connect camunda-connect-connectors-all 1.5.6 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
junit junit 4.13.2 jar Eclipse Public License 1.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.hamcrest hamcrest 2.2 jar BSD License 3
org.hamcrest hamcrest-core 2.2 jar BSD License 3
org.junit.jupiter junit-jupiter-api 5.10.0 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.10.0 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.10.0 jar Eclipse Public License v2.0
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

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

BSD-3-Clause: Protocol Buffers [Core]

BSD License 3: Hamcrest, Hamcrest Core

Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API, JUnit Platform Launcher, JUnit Vintage Engine

GPL2 w/ CPE: Jakarta Annotations API

The GNU General Public License, v2 with Universal FOSS Exception, v1.0: MySQL Connector/J

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

Bouncy Castle Licence: Bouncy Castle Provider

Apache 2: Joda time

Unknown: camunda-api, workflow-api, workflow-core

Apache Software Licenses: Log4j Implemented Over SLF4J

The MIT License: Project Lombok

Apache License, Version 2.0: Apache Commons Codec, Apache Commons Lang, Apache HttpClient, Apache HttpCore, Apache Log4j API, Apache Log4j to SLF4J Adapter, SnakeYAML, Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), spring-boot, spring-boot-autoconfigure, spring-boot-starter, spring-boot-starter-logging

EPL 2.0: Jakarta Annotations API

EPL 1.0: H2 Database Engine

MPL 2.0: H2 Database Engine

The Apache Software License, Version 2.0: Camunda Platform - BPMN Model API, Camunda Platform - CMMN Model API, Camunda Platform - DMN Model API, Camunda Platform - Xml Model API, Camunda Platform - engine, FEEL Scala Engine, camunda BPM - connect - all connectors in one, camunda BPM - connect - core, camunda Commons - Logging, camunda Commons - Typed Values, camunda Commons - Utils, camunda DMN - engine, camunda DMN - engine FEEL - API, camunda DMN - engine FEEL - JUEL, camunda DMN - engine FEEL - SCALA

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

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
logback-classic-1.2.12.jar 231.8 kB 207 157 25 1.6 Yes
logback-core-1.2.12.jar 448.9 kB 398 354 34 1.6 Yes
workflow-api-1.0.0.jar 8.9 kB 25 10 3 1.8 Yes
camunda-api-1.0.0.jar 26.3 kB 30 10 6 1.8 Yes
protobuf-java-3.21.9.jar 1.7 MB 705 679 2 1.7 Yes
h2-2.1.214.jar 2.5 MB 1031 1026 58 10 Yes
mysql-connector-j-8.0.33.jar 2.5 MB 1117 1065 29 1.8 Yes
commons-codec-1.15.jar 353.8 kB 253 106 7 1.7 Yes
jakarta.annotation-api-1.3.5.jar 25.1 kB 28 15 3 1.8 Yes
joda-time-2.1.jar 570.5 kB 704 228 7 1.5 Yes
junit-4.13.2.jar 384.6 kB 389 350 32 1.5 Yes
commons-lang3-3.12.0.jar 587.4 kB 374 345 17 1.8 Yes
httpclient-4.5.10.jar 774.6 kB 509 468 24 1.6 Yes
httpcore-4.4.16.jar 327.9 kB 283 253 17 1.6 Yes
log4j-api-2.17.2.jar 302.5 kB 211 177 9 9 Yes
log4j-to-slf4j-2.17.2.jar 18 kB 22 6 1 1.8 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 9 Yes
bcprov-jdk18on-1.75.jar 8.3 MB 5517 4129 177 15 Yes
camunda-engine-7.19.0.jar 5 MB 3685 2733 207 1.8 Yes
camunda-engine-dmn-7.19.0.jar 144.2 kB 147 119 16 1.8 Yes
camunda-engine-feel-api-7.19.0.jar 4.7 kB 16 3 1 1.8 Yes
camunda-engine-feel-juel-7.19.0.jar 185.6 kB 176 144 10 1.8 Yes
camunda-engine-feel-scala-7.19.0.jar 19.5 kB 29 12 4 1.8 Yes
camunda-bpmn-model-7.19.0.jar 676.3 kB 719 689 13 1.8 Yes
camunda-cmmn-model-7.19.0.jar 290.2 kB 327 300 6 1.8 Yes
camunda-dmn-model-7.19.0.jar 234.9 kB 287 263 4 1.8 Yes
camunda-xml-model-7.19.0.jar 165.2 kB 152 123 18 1.8 Yes
camunda-commons-logging-1.12.0.jar 7.1 kB 15 4 1 1.8 Yes
camunda-commons-typed-values-7.19.0.jar 150.4 kB 148 111 13 1.8 Yes
camunda-commons-utils-1.12.0.jar 12.2 kB 21 9 2 1.8 Yes
camunda-connect-connectors-all-1.5.6.jar 1.6 MB 1112 884 55 1.8 Yes
camunda-connect-core-1.5.6.jar 19.2 kB 32 20 3 1.8 Yes
feel-engine-1.15.3-scala-shaded.jar 7.5 MB 3570 3508 44 1.8 Yes
hamcrest-2.2.jar 123.4 kB 122 108 11 1.7 Yes
hamcrest-core-2.2.jar 1.5 kB 8 1 1 1.7 Yes
junit-jupiter-api-5.10.0.jar 211 kB 197 182 8 9 Yes
junit-jupiter-engine-5.10.0.jar 244 kB 147 130 9 9 Yes
junit-platform-commons-1.10.0.jar 106.2 kB 64 44 7 9 Yes
junit-platform-engine-1.10.0.jar 204.8 kB 153 136 10 9 Yes
junit-platform-launcher-1.10.0.jar 183.8 kB 131 116 7 9 Yes
junit-vintage-engine-5.10.0.jar 66.9 kB 49 35 6 9 Yes
opentest4j-1.3.0.jar 14.3 kB 15 9 2 9 Yes
lombok-1.18.28.jar 2 MB 1049 169 13 9 Yes
jul-to-slf4j-1.7.36.jar 4.5 kB 11 1 1 1.5 Yes
log4j-over-slf4j-2.0.7.jar 29.3 kB 47 31 5 9 Yes
slf4j-api-2.0.7.jar 63.6 kB 67 52 5 9 Yes
spring-aop-5.3.28.jar 384.5 kB 308 279 17 1.8 Yes
spring-beans-5.3.14.jar 697.4 kB 418 388 13 1.8 Yes
spring-context-5.3.14.jar 1.3 MB 978 891 64 1.8 Yes
spring-core-5.3.28.jar 1.5 MB 1037 978 49 1.8 Yes
spring-expression-5.3.28.jar 293.4 kB 164 150 6 1.8 Yes
spring-jcl-5.3.28.jar 24.4 kB 28 17 2 1.8 Yes
spring-boot-2.7.13.jar 1.5 MB 1052 928 79 1.8 Yes
spring-boot-autoconfigure-2.7.13.jar 1.7 MB 1357 1229 107 1.8 Yes
spring-boot-starter-2.7.13.jar 4.8 kB 4 0 0 - -
spring-boot-starter-logging-2.7.13.jar 4.8 kB 4 0 0 - -
snakeyaml-1.30.jar 331.6 kB 265 227 21 1.7 Yes
Total Size Entries Classes Packages Java Version Debug Information
57 46 MB 29923 24404 1293 15 55
compile: 45 compile: 42.9 MB compile: 27527 compile: 22406 compile: 1143 15 compile: 43
runtime: 1 runtime: 1.6 MB runtime: 1112 runtime: 884 runtime: 55 runtime: 1
test: 11 test: 1.5 MB test: 1284 test: 1114 test: 95 9 test: 11