mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Fix BOM dependency issues (#2120)
* Sync biz.aQute.tester.junit-platform version using bnd.version property * Remove duplicate osgi-resource-locator dependency, causing warnings/unstability Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<dependency>
|
||||
<groupId>biz.aQute.bnd</groupId>
|
||||
<artifactId>biz.aQute.tester.junit-platform</artifactId>
|
||||
<version>5.1.2</version>
|
||||
<version>${bnd.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openhab.core.bom</groupId>
|
||||
|
||||
Reference in New Issue
Block a user