提交 975fdbe5 编写于 作者: S Stephan Ewen

[FLINK-9865] [build] Set Hadoop dependency to 'provided' in flink-hadoop-compatibility

上级 e2e090b1
......@@ -64,6 +64,7 @@ under the License.
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop2</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<!-- test dependencies -->
......
......@@ -66,6 +66,13 @@ under the License.
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop2</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册