[FLINK-7847] [avro] Fix typo in jackson shading pattern This closes #4931
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b4dead96 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b4dead96 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b4dead96 Branch: refs/heads/master Commit: b4dead96a16c8772ccf86b533f5de6feb0f3d1f6 Parents: 65e8704 Author: zentol <[email protected]> Authored: Wed Nov 1 12:43:00 2017 +0100 Committer: Stephan Ewen <[email protected]> Committed: Fri Nov 3 16:40:35 2017 +0100 ---------------------------------------------------------------------- flink-formats/flink-avro/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/b4dead96/flink-formats/flink-avro/pom.xml ---------------------------------------------------------------------- diff --git a/flink-formats/flink-avro/pom.xml b/flink-formats/flink-avro/pom.xml index a0f63be..5080b82 100644 --- a/flink-formats/flink-avro/pom.xml +++ b/flink-formats/flink-avro/pom.xml @@ -211,7 +211,7 @@ under the License. <relocations> <relocation> <pattern>org.codehaus.jackson</pattern> - <shadedPattern>org.apache.flink.avro.shaded.org.codehouse.jackson</shadedPattern> + <shadedPattern>org.apache.flink.avro.shaded.org.codehaus.jackson</shadedPattern> </relocation> </relocations> </configuration>
