Files
hawkbit/.3rd-party/README.md
Avgustin Marinov 37559cdedc Cleanup/fix jackson 2 -> 3 migration (#3024)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2026-04-16 13:29:26 +03:00

1.1 KiB

Third-Party Dependencies

This folder contains DEPENDENCIES that has the list of all 3rd-party dependencies (including transitive) with their licenses and approval status. Each release (and milestone) holds the release-specific information.

DEPENDENCIES file is generated (automatically and committed) by ../.github/workflows/reusable_workflow_license-scan.yaml during the release process (../.github/workflows/release.yaml) and on daily basis (../.github/workflows/license-scan.yaml). It is also

DEPENDENCIES file could be generated manually using Eclipse Dash License Tool maven plugin by running:

$ cd .. && mvn license-tool:license-check -Ddash.fail=false -PcheckLicense

Note: Some projects (e.g. test artifacts) could be excluded with --projects parameter, e.g:

$ cd .. && mvn license-tool:license-check -Ddash.fail=false -PcheckLicense --projects '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test'