Skip to content

Commit a1f8d98

Browse files
authored
Update pom.xml (#3810)
To fix the osv-scanner workflow failure
1 parent 5c44686 commit a1f8d98

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

metadata/pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,16 @@
9696
<artifactId>guava</artifactId>
9797
<version>32.1.2-jre</version>
9898
</dependency>
99-
99+
<dependency>
100+
<groupId>commons-io</groupId>
101+
<artifactId>commons-io</artifactId>
102+
<version>2.18.0</version>
103+
</dependency>
104+
<dependency>
105+
<groupId>org.codehaus.plexus</groupId>
106+
<artifactId>plexus-utils</artifactId>
107+
<version>4.0.2</version>
108+
</dependency>
100109
<!-- https://mvnrepository.com/artifact/com.ibm.icu/icu4j -->
101110
<dependency>
102111
<groupId>com.ibm.icu</groupId>

0 commit comments

Comments
 (0)