File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,11 @@ ga('send', 'pageview');
109109 <artifactId >ctc-striterators</artifactId >
110110 <version >${project.version} </version >
111111 </dependency >
112+ <dependency >
113+ <groupId >org.apache.httpcomponents</groupId >
114+ <artifactId >httpclient</artifactId >
115+ <version >${apache.httpclient.version} </version >
116+ </dependency >
112117 <dependency >
113118 <!-- log4j is the primary logger for bigdata. -->
114119 <groupId >log4j</groupId >
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ Copyright 2010 by TalkingTrends (Amsterdam, The Netherlands)
216216 <apache .commons_fileupload.version>1.3.1</apache .commons_fileupload.version>
217217 <apache .commons_io.version>2.1</apache .commons_io.version>
218218 <apache .commons_logging.version>1.1.1</apache .commons_logging.version>
219- <apache .httpclient.version>4.4 </apache .httpclient.version>
219+ <apache .httpclient.version>4.5.13 </apache .httpclient.version>
220220 <apache .httpclient_cache.version>4.4</apache .httpclient_cache.version>
221221 <apache .httpcore.version>4.4</apache .httpcore.version>
222222 <apache .httpmime.version>4.4</apache .httpmime.version>
You can’t perform that action at this time.
0 commit comments