Skip to content

Commit

Permalink
[FLINK-15835][build][oss] Exclude hadoop-common
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Feb 19, 2020
1 parent b38a702 commit abf8010
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flink-filesystems/flink-oss-fs-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ under the License.
<groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-oss-sdk</artifactId>
</exclusion>
<exclusion>
<!-- provided by flink-fs-hadoop-shaded -->
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit abf8010

Please sign in to comment.