You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/10/16 11:57:00 UTC

[jira] [Created] (FLINK-7847) Fix typo in flink-avro shading pattern

Chesnay Schepler created FLINK-7847:
---------------------------------------

             Summary: Fix typo in flink-avro shading pattern
                 Key: FLINK-7847
                 URL: https://issues.apache.org/jira/browse/FLINK-7847
             Project: Flink
          Issue Type: Bug
          Components: Build System
    Affects Versions: 1.4.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.4.0


{code}
<relocation>
	<pattern>org.codehaus.jackson</pattern>
	<shadedPattern>org.apache.flink.avro.shaded.org.codehouse.jackson</shadedPattern>
</relocation>
{code}

The shaded pattern should be "org.apache.flink.avro.shaded.org.code*haus*.jackson".



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)