Skip to content

Commit

Permalink
[FLINK-15575] [filesystems] fix shading of azure filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
knaufk authored and pnowojski committed Jan 20, 2020
1 parent fdc1014 commit ad96288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flink-filesystems/flink-azure-fs-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ under the License.

<!-- shade dependencies internally used by Azure and never exposed downstream -->
<relocation>
<pattern>org.apache.httpcomponents</pattern>
<shadedPattern>org.apache.flink.fs.azure.shaded.org.apache.httpcomponents</shadedPattern>
<pattern>org.apache.http</pattern>
<shadedPattern>org.apache.flink.fs.azure.shaded.org.apache.http</shadedPattern>
</relocation>
<relocation>
<pattern>commons-logging</pattern>
Expand Down

0 comments on commit ad96288

Please sign in to comment.