提交 1484e002 编写于 作者: M mbalassi

[FLINK-2153] Exclude Hbase annotations

This is a temporal workaround for a bug in hbase.

Closes #800
上级 16ab1fd9
......@@ -146,6 +146,11 @@ under the License.
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
</exclusion>
<!-- Bug in hbase annotations, can be removed when fixed. See FLINK-2153. -->
<exclusion>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册