camunda / connectors

Camunda Connectors
https://docs.camunda.io/docs/components/integration-framework/connectors/out-of-the-box-connectors/available-connectors-overview/
Apache License 2.0
40 stars 37 forks source link

chore(deps): exclude jcip-annotations from podam dependency #3273

Closed markfarkas-camunda closed 3 weeks ago

markfarkas-camunda commented 3 weeks ago

Description

We use the element template generator in web-modeler as a dependency. In web-modeler we do a license check. jcip-annotations doesn't have any valid license which causes issues in web-modeler.

Because we do not actually use this dependency I excluded it.

Added the 8.6.0 milestone because it is a small change without any impact, so we can include it in the next stable version, which would be beneficial for the web-modeler.

Checklist