2023-04-19 13:19:41 +02:00
# Third-Party Dependencies
2016-02-17 14:00:33 +01:00
2024-11-05 11:41:56 +02:00
This folder provides listings of all 3rd-party dependencies incl. their licenses. There is a dedicated subfolder for
each release (and milestone) holding the release-specific information.
2023-04-19 13:19:41 +02:00
2025-06-17 15:43:41 +03:00
The DEPENDENCIES file could be generated manually using [Eclipse Dash License Tool ](https://github.com/eclipse/dash-licenses ) maven plugin by running in root folder:
```shell
2025-06-25 11:45:45 +03:00
mvn clean install -PcheckLicense -DskipTests \
2025-06-17 15:43:41 +03:00
--projects '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test'
```