Skip to content

Commit

Permalink
Add dependency to icu4j 74.2
Browse files Browse the repository at this point in the history
as it's required by com.day.cq.cq-commons 5.14.14
  • Loading branch information
stefanseifert committed Feb 10, 2025
1 parent 06151f1 commit 5648c39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@
<artifactId>commons-imaging</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>74.2</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
Expand Down

0 comments on commit 5648c39

Please sign in to comment.