Skip to content

Commit

Permalink
[hotfix][hadoop] Use o.a.f.shaded as patternPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed May 27, 2019
1 parent 7d91dad commit 396d7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-shaded-hadoop-2/pom.xml
Expand Up @@ -1044,7 +1044,7 @@ under the License.
<relocations>
<relocation>
<pattern>com.google</pattern>
<shadedPattern>org.apache.flink.hadoop2.shaded.com.google</shadedPattern>
<shadedPattern>org.apache.flink.shaded.hadoop2.com.google</shadedPattern>
<excludes>
<exclude>com.google.inject.**</exclude>
</excludes>
Expand Down

0 comments on commit 396d7b8

Please sign in to comment.