Browse Source

Update pom.xml (#3810)

To fix the osv-scanner workflow failure
pull/3801/head
mandlil 10 months ago
committed by GitHub
parent
commit
a1f8d98bf8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      metadata/pom.xml

+ 10
- 1
metadata/pom.xml View File

@ -96,7 +96,16 @@
<artifactId>guava</artifactId>
<version>32.1.2-jre</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.ibm.icu/icu4j -->
<dependency>
<groupId>com.ibm.icu</groupId>


Loading…
Cancel
Save