openhab-core/tools/static-code-analysis
Wouter Born 569dddd046
Exclude JUnit 4 from Whiteboard and update imports to JUnit 5 (#2534)
* Exclude JUnit 4 from Whiteboard and update imports to JUnit 5

Excludes the transitive JUnit 4 dependency from the Aries JAX-RS Whiteboard.
The Whiteboard should not have a compile scope dependency on JUnit so I've created https://github.com/apache/aries-jax-rs-whiteboard/pull/135 to fix this.
The wrong scope has resulted in some tests using JUnit 4 imports which is also fixed in this PR.

Signed-off-by: Wouter Born <github@maindrain.net>

* Add commonly used JUnit 4 classes to forbidden packages

Signed-off-by: Wouter Born <github@maindrain.net>
2021-10-24 10:35:28 +02:00
..
checkstyle Exclude JUnit 4 from Whiteboard and update imports to JUnit 5 (#2534) 2021-10-24 10:35:28 +02:00
pmd Renamed packages 2019-12-28 12:18:16 +01:00
spotbugs re-added log action to script scope and cleaned up imported extensions (#1590) 2020-08-14 10:06:42 +02:00