We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b194a07 commit 8917c7aCopy full SHA for 8917c7a
bigdata-gas/pom.xml
@@ -109,6 +109,11 @@ ga('send', 'pageview');
109
<artifactId>ctc-striterators</artifactId>
110
<version>${project.version}</version>
111
</dependency>
112
+ <dependency>
113
+ <groupId>org.apache.httpcomponents</groupId>
114
+ <artifactId>httpclient</artifactId>
115
+ <version>${apache.httpclient.version}</version>
116
+ </dependency>
117
<dependency>
118
<!-- log4j is the primary logger for bigdata. -->
119
<groupId>log4j</groupId>
0 commit comments