You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2016/11/16 06:27:03 UTC

flink git commit: [FLINK-5013] [kinesis] Shade AWS dependencies to work with older EMR versions

Repository: flink
Updated Branches:
  refs/heads/master 5845d297f -> 53aae50e5


[FLINK-5013] [kinesis] Shade AWS dependencies to work with older EMR versions

This closes #2787.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/53aae50e
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/53aae50e
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/53aae50e

Branch: refs/heads/master
Commit: 53aae50e51fdb92f0ec00abaaf7b8c923c0d0380
Parents: 5845d29
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
Authored: Fri Nov 11 17:01:11 2016 +0800
Committer: Tzu-Li (Gordon) Tai <tz...@apache.org>
Committed: Wed Nov 16 14:25:12 2016 +0800

----------------------------------------------------------------------
 flink-streaming-connectors/flink-connector-kinesis/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/53aae50e/flink-streaming-connectors/flink-connector-kinesis/pom.xml
----------------------------------------------------------------------
diff --git a/flink-streaming-connectors/flink-connector-kinesis/pom.xml b/flink-streaming-connectors/flink-connector-kinesis/pom.xml
index 5a2d3bf..29170ad 100644
--- a/flink-streaming-connectors/flink-connector-kinesis/pom.xml
+++ b/flink-streaming-connectors/flink-connector-kinesis/pom.xml
@@ -150,6 +150,10 @@ under the License.
 									<pattern>com.google.protobuf</pattern>
 									<shadedPattern>org.apache.flink.kinesis.shaded.com.google.protobuf</shadedPattern>
 								</relocation>
+								<relocation>
+									<pattern>com.amazonaws</pattern>
+									<shadedPattern>org.apache.flink.kinesis.shaded.com.amazonaws</shadedPattern>
+								</relocation>
 							</relocations>
 						</configuration>
 					</execution>