Skip to content
Snippets Groups Projects
Commit 2c237d66 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XCOMMONS-2303: Upgrade to ICU4J 71.1

* Nu Validator is not compatible with this version of ICU4J
parent 3f87a933
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,15 @@ ...@@ -35,6 +35,15 @@
<!-- TODO: Remove once the tests have been fixed to not output anything to the console! --> <!-- TODO: Remove once the tests have been fixed to not output anything to the console! -->
<xwiki.surefire.captureconsole.skip>true</xwiki.surefire.captureconsole.skip> <xwiki.surefire.captureconsole.skip>true</xwiki.surefire.captureconsole.skip>
</properties> </properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>69.1</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment