Skip to content

Commit bfa5c40

Browse files
authored
Merge branch 'openhab:main' into apply-tags-from-items-file
2 parents ac58b52 + cc340bd commit bfa5c40

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

tools/upgradetool/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,17 @@
9898
<artifactId>gson</artifactId>
9999
<version>2.11.0</version>
100100
</dependency>
101+
<!-- do not remove, inherited dependency si-units and indriya are not provided via runtime bom -->
102+
<dependency>
103+
<groupId>si.uom</groupId>
104+
<artifactId>si-units</artifactId>
105+
<version>2.2</version>
106+
</dependency>
107+
<dependency>
108+
<groupId>tech.units</groupId>
109+
<artifactId>indriya</artifactId>
110+
<version>2.2.2</version>
111+
</dependency>
101112
</dependencies>
102113

103114
<build>

0 commit comments

Comments
 (0)