Repository: flink Updated Branches: refs/heads/release-1.4 760d1a6bb -> 07830e789
[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/07830e78 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/07830e78 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/07830e78 Branch: refs/heads/release-1.4 Commit: 07830e7897a42b5d12f0b33c42933c6ca78e70d3 Parents: 760d1a6 Author: zentol <[email protected]> Authored: Tue Nov 7 12:16:04 2017 +0100 Committer: zentol <[email protected]> Committed: Tue Nov 7 12:20:34 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/07830e78/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d537be9..5a13012 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>
