Skip to content

Commit e7c33c7

Browse files
committed
fix maven build too
1 parent 00cb42e commit e7c33c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: maven/api/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
<groupId>com.google.code.gson</groupId>
2121
<artifactId>gson</artifactId>
2222
</dependency>
23+
<dependency>
24+
<groupId>org.apache.httpcomponents</groupId>
25+
<artifactId>httpclient</artifactId>
26+
</dependency>
2327
</dependencies>
2428

2529
<build>

0 commit comments

Comments
 (0)