Skip to content

Commit bf71ace

Browse files
committed
Added apache httpclient dependency module to pom file.
1 parent dc37a29 commit bf71ace

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
<artifactId>spring-boot-devtools</artifactId>
3939
<optional>true</optional>
4040
</dependency>
41+
<dependency>
42+
<groupId>org.apache.httpcomponents</groupId>
43+
<artifactId>httpclient</artifactId>
44+
<version>4.5.3</version>
45+
</dependency>
4146
</dependencies>
4247
<build>
4348
<plugins>

0 commit comments

Comments
 (0)