Skip to content

Commit

Permalink
defining icu4j inside parent pom.xml. Icu4j was being pulled from oka…
Browse files Browse the repository at this point in the history
…pi. Bumped acu4j from v62.1 (which comes with okapi v0.36) to v64.2 which is the same version defined in webapp
  • Loading branch information
hylstonnb committed Aug 11, 2023
1 parent 92fadd6 commit f4dd9e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<plugin.version.google-java-format>1.7</plugin.version.google-java-format>
<jjwt.version>0.10.5</jjwt.version>
<github.api.version>1.313</github.api.version>
<acu4j.version>64.2</acu4j.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -71,6 +72,11 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>${acu4j.version}</version>
</dependency>
</dependencies>

<!-- SCM setup to push changes to the Github repo on release -->
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>64.2</version>
<version>${acu4j.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f4dd9e9

Please sign in to comment.