add CommonRequest, FileRequest, GsonRequest, TimiRequest
This commit is contained in:
5
pom.xml
5
pom.xml
@ -27,6 +27,11 @@
|
||||
<artifactId>httpclient5-fluent</artifactId>
|
||||
<version>5.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.11.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user