Skip to content

Commit 49d32e2

Browse files
committed
Fixing dependency
1 parent 499d933 commit 49d32e2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
<artifactId>commons-codec</artifactId>
8989
</dependency>
9090

91+
<dependency>
92+
<groupId>org.apache.httpcomponents</groupId>
93+
<artifactId>httpclient</artifactId>
94+
<version>4.5.14</version>
95+
</dependency>
9196
</dependencies>
9297

9398
<build>

0 commit comments

Comments
 (0)