Repository: flink Updated Branches: refs/heads/master a78286a63 -> e8931bd58
[hotfix][rat] Add missing rat exclusions Another set of RAT exclusions to prevent errors on Windows. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e8931bd5 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/e8931bd5 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/e8931bd5 Branch: refs/heads/master Commit: e8931bd58321b4052710426e9f2ca2a9230a2583 Parents: a78286a Author: zentol <[email protected]> Authored: Tue Nov 7 12:16:04 2017 +0100 Committer: zentol <[email protected]> Committed: Tue Nov 7 12:20:58 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/e8931bd5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1665fd5..37d280d 100644 --- a/pom.xml +++ b/pom.xml @@ -1039,6 +1039,8 @@ under the License. <!-- snapshots --> <exclude>**/src/test/resources/*-snapshot</exclude> <exclude>**/src/test/resources/*-savepoint</exclude> + <exclude>flink-core/src/test/resources/serialized-kryo-serializer-1.3</exclude> + <exclude>flink-core/src/test/resources/type-without-avro-serialized-using-kryo</exclude> <exclude>flink-formats/flink-avro/src/test/resources/testdata.avro</exclude> <exclude>flink-formats/flink-avro/src/test/java/org/apache/flink/formats/avro/generated/*.java</exclude>
