summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-02 18:13:49 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-02 18:13:49 +0100
commit59cf7668320e0ac4f721ef9c371d72dabc7cee77 (patch)
tree87505f2576b5c544ff3f581d3fdd826de8b452ae /parent
parent3607838e4163a4350c5f9abd3f496a6d6b470bd1 (diff)
Unify on commons-text-1.10.0
Diffstat (limited to 'parent')
-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>