From 1ea549be9958f5c3a3621fd2724b5afd4aba1df1 Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Tue, 1 Apr 2025 12:51:48 -0700 Subject: [PATCH] ICU-23094 Workaround for a known performance bug in plexus-io --- icu4j/main/core/pom.xml | 6 ++++++ icu4j/pom.xml | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/icu4j/main/core/pom.xml b/icu4j/main/core/pom.xml index c1c90d30e50..06cd7409f60 100644 --- a/icu4j/main/core/pom.xml +++ b/icu4j/main/core/pom.xml @@ -19,6 +19,12 @@ + + com.ibm.icu + tools_taglets + ${project.version} + + com.ibm.icu framework diff --git a/icu4j/pom.xml b/icu4j/pom.xml index 0b0c688755c..356ea9886c6 100644 --- a/icu4j/pom.xml +++ b/icu4j/pom.xml @@ -64,6 +64,11 @@ 1.1.1 2.11.0 1.9.0 + + 3.5.1 International Components for Unicode for Java ${project.artifactId} @@ -240,6 +245,14 @@ maven-source-plugin 3.3.1 + + + + org.codehaus.plexus + plexus-io + ${plexus-io.version} + + maven-gpg-plugin @@ -438,6 +451,14 @@ + + + + org.codehaus.plexus + plexus-io + ${plexus-io.version} + + org.codehaus.mojo