Skip to content

Commit

Permalink
ICU-21757 Replace UOption with commons-cli in XLIFF2ICUConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
mihnita committed May 6, 2024
1 parent 7eaefe0 commit c92c188
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 173 deletions.
5 changes: 5 additions & 0 deletions icu4j/tools/misc/pom.xml
Expand Up @@ -29,6 +29,11 @@
<artifactId>translit</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.7.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit c92c188

Please sign in to comment.