From 1484e0022ffd0711b1261b1de51e2fcf85bacd24 Mon Sep 17 00:00:00 2001 From: mbalassi Date: Sat, 6 Jun 2015 13:36:08 +0200 Subject: [PATCH] [FLINK-2153] Exclude Hbase annotations This is a temporal workaround for a bug in hbase. Closes #800 --- flink-staging/flink-hbase/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flink-staging/flink-hbase/pom.xml b/flink-staging/flink-hbase/pom.xml index 1a5a1dbb8b9..47beb5800b7 100644 --- a/flink-staging/flink-hbase/pom.xml +++ b/flink-staging/flink-hbase/pom.xml @@ -146,6 +146,11 @@ under the License. org.apache.hadoop hadoop-hdfs + + + org.apache.hbase + hbase-annotations + -- GitLab