summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-03 15:50:01 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-03 16:07:05 +0100
commitfd9a51908e8e71dee9c37034cb552f001a7cf401 (patch)
tree9d3d5767512cb399ee28da9120d5d1ffcae4fcbb /container-search/pom.xml
parent922b2ce499cbd96d83abfc35f92f1c35edac5fe2 (diff)
Remove use of apache commons libraries in container-search
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 2f82728179b..84ee5b2bc65 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -78,14 +78,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </dependency>
- <dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<exclusions>
@@ -112,10 +104,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- </dependency>
- <dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
</dependency>