There was an error while loading. Please reload this page.
1 parent a4c6b49 commit cc340bdCopy full SHA for cc340bd
1 file changed
tools/upgradetool/pom.xml
@@ -98,6 +98,17 @@
98
<artifactId>gson</artifactId>
99
<version>2.11.0</version>
100
</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
108
+ <groupId>tech.units</groupId>
109
+ <artifactId>indriya</artifactId>
110
+ <version>2.2.2</version>
111
112
</dependencies>
113
114
<build>
0 commit comments