From ce803c9106819d42f3ae239aa853a370f63242d5 Mon Sep 17 00:00:00 2001 From: Hylston Barbosa Date: Fri, 11 Aug 2023 19:52:57 -0300 Subject: [PATCH] defining icu4j inside parent pom.xml. Icu4j was being pulled from okapi. Bumped acu4j from v62.1 (which comes with okapi v0.36) to v64.2 which is the same version defined in webapp typo fix --- pom.xml | 6 ++++++ webapp/pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcee90bfe1..6c0d98727d 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ 1.7 0.10.5 1.313 + 64.2 @@ -71,6 +72,11 @@ runtime + + com.ibm.icu + icu4j + ${icu4j.version} + diff --git a/webapp/pom.xml b/webapp/pom.xml index 6cec7877e2..ad95cd83e5 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -225,7 +225,7 @@ com.ibm.icu icu4j - 64.2 + ${icu4j.version}