Skip to content

Commit cc340bd

Browse files
Fix upgradetool dependencies, regression of #4855 (#4924)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent a4c6b49 commit cc340bd

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)