summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-02 20:15:27 +0100
committerGitHub <noreply@github.com>2022-11-02 20:15:27 +0100
commit63d6944271a76d34198a08fe7e0355b6191499d6 (patch)
treed646ba1966c90cbaac97591092a126a0d84ae650
parent19473611963b61e5436ed14601a1583b1cc16182 (diff)
parent59cf7668320e0ac4f721ef9c371d72dabc7cee77 (diff)
Merge pull request #24722 from vespa-engine/balder/unify-on-commons-text-1.10.0
Unify on commons-text-1.10.0
-rw-r--r--parent/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 884b208d997..549d66e37a0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -650,6 +650,11 @@
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
+ <artifactId>commons-text</artifactId>
+ <version>${commons-text.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>${commons.math3.version}</version>
</dependency>
@@ -1196,6 +1201,7 @@
<bouncycastle.version>1.72</bouncycastle.version>
<curator.version>5.3.0</curator.version>
<commons-codec.version>1.15</commons-codec.version>
+ <commons-text.version>1.10.0</commons-text.version>
<commons.math3.version>3.6.1</commons.math3.version>
<eclipse-collections.version>11.0.0</eclipse-collections.version>
<felix.version>7.0.1</felix.version>