diff --git a/assembly/pom.xml b/assembly/pom.xml index 4709b7dbddfea8536692a8d8c97ea234fb187f7a..0531fb7b37268b91b0a1a52ed074217dfde26403 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -315,5 +315,15 @@ </plugins> </build> </profile> + <profile> + <id>kinesis-asl</id> + <dependencies> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>${commons.httpclient.version}</version> + </dependency> + </dependencies> + </profile> </profiles> </project> diff --git a/examples/pom.xml b/examples/pom.xml index f35d3d6a788e3db1a55afb0efc0fea0631d31f40..6124cf8552c143aa78d036c7afbc4f43764f5a92 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -43,6 +43,11 @@ <artifactId>spark-streaming-kinesis-asl_${scala.binary.version}</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>${commons.httpclient.version}</version> + </dependency> </dependencies> </profile> </profiles> diff --git a/pom.xml b/pom.xml index 4a911a490f20ccee9552526faff596e7b1b5d0a7..e7ed8837b6ffcf66a347d8ac2881ba21cdbe8cb0 100644 --- a/pom.xml +++ b/pom.xml @@ -137,6 +137,7 @@ <jets3t.version>0.7.1</jets3t.version> <aws.java.sdk.version>1.8.3</aws.java.sdk.version> <aws.kinesis.client.version>1.1.0</aws.kinesis.client.version> + <commons.httpclient.version>4.2.6</commons.httpclient.version> <PermGen>64m</PermGen> <MaxPermGen>512m</MaxPermGen>