* Update imports to use JUnit 5 instead of JUnit 4
* Add commonly used JUnit 4 classes to forbidden packages
Related to: https://github.com/openhab/openhab-core/pull/2534
Signed-off-by: Wouter Born <github@maindrain.net>
* Treat packages containing .dto. the same way as java classes ending in DTO
Signed-off-by: Arne Seime <arne.seime@gmail.com>
Co-authored-by: Christoph Weitkamp <github@christophweitkamp.de>
Add-ons should not depend on tec.uom.se classes but use core unit classes instead so they are less impacted when this library is replaced or upgraded.
Signed-off-by: Wouter Born <github@maindrain.net>