Add httpclient to the validation tests
This commit is contained in:
parent
b38e81ac88
commit
99273c6e60
|
@ -91,6 +91,11 @@
|
|||
<version>1.18</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in New Issue