summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-06 16:20:48 +0200
committergjoranv <gv@oath.com>2017-09-06 16:20:48 +0200
commit29241020f4319900977ee3cc3f9c36f56cf6c51a (patch)
tree1a6f5328e3a4008dc87a3244e4d0a4527d9928da /jdisc_http_service
parent57fde4202f402ebeb177b1b4120b755800190df5 (diff)
Set commons-lang3 to test scope, only used in a unit test.
Diffstat (limited to 'jdisc_http_service')
-rw-r--r--jdisc_http_service/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index 0c19f2c3d15..9da06709533 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -24,6 +24,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>