Skip to content

Commit

Permalink
[FLINK-9865] [build] Set Hadoop dependency to 'provided' in flink-had…
Browse files Browse the repository at this point in the history
…oop-compatibility
  • Loading branch information
StephanEwen committed Jul 16, 2018
1 parent e2e090b commit 975fdbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions flink-connectors/flink-hadoop-compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
7 changes: 7 additions & 0 deletions flink-connectors/flink-hcatalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 975fdbe

Please sign in to comment.