summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-03 17:17:52 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-03 17:24:59 +0100
commit13570aa31b7810c352f1c3b62952a06b7c288b5b (patch)
treec8396db68ff006577a5891746a4ef2fb2491c2fc /jdisc_http_service/pom.xml
parent057ec0af5c004f36f855933e09a6da598481a6c5 (diff)
Remove use of apache commons libraries in jdisc_http_service
Diffstat (limited to 'jdisc_http_service/pom.xml')
-rw-r--r--jdisc_http_service/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index 979b9418f4a..c5555d5b690 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -81,11 +81,6 @@
<!-- TEST SCOPE -->
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<scope>test</scope>