aboutsummaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-12-06 09:13:05 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-12-06 09:13:05 +0100
commitc83970ea41d0630195148035ad08af918a324213 (patch)
tree86199dec05dada5d27b31e4a4812d1799806f8b8 /parent
parent87bb10ce865023969e89692896a6e0236e4fdc73 (diff)
commons-text, commons-net and commons-pool are not used in the project.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 01babcb9020..5ba7318bbc9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -633,11 +633,6 @@
</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>
@@ -652,16 +647,6 @@
<version>${commons-codec.version}</version>
</dependency>
<dependency>
- <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId>
- <version>2.0</version>
- </dependency>
- <dependency>
- <groupId>commons-pool</groupId>
- <artifactId>commons-pool</artifactId>
- <version>1.5.6</version>
- </dependency>
- <dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
<version>${aircompressor.version}</version>
@@ -1126,7 +1111,6 @@
<curator.version>5.3.0</curator.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-io.version>2.11.0</commons-io.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>