Change the scope of httpclient to runtime from test

This commit is contained in:
Jongyoul Lee 2017-01-25 15:49:56 +09:00
parent 2ef835915a
commit c86393d31c

View file

@ -345,7 +345,6 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>commons-codec</groupId>