mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade Units of Measurement dependencies (#4979)
Upgrades UoM dependencies to: * si-units 2.2.3 * use osgiified si-quantity 2.2.3 * indriya 2.2.3 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
+5
-5
@@ -507,19 +507,19 @@
|
||||
<dependency>
|
||||
<groupId>org.openhab.osgiify</groupId>
|
||||
<artifactId>si.uom.si-units</artifactId>
|
||||
<version>2.2</version>
|
||||
<version>2.2.3</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>si.uom</groupId>
|
||||
<artifactId>si-quantity</artifactId>
|
||||
<version>2.2</version>
|
||||
<groupId>org.openhab.osgiify</groupId>
|
||||
<artifactId>si.uom.si-quantity</artifactId>
|
||||
<version>2.2.3</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>tech.units</groupId>
|
||||
<artifactId>indriya</artifactId>
|
||||
<version>2.2.2</version>
|
||||
<version>2.2.3</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user