Skip to content

Commit

Permalink
[hotfix][build] Add depMgmt entry for flink-shaded-hadoop
Browse files Browse the repository at this point in the history
Some noise reduction.
  • Loading branch information
zentol committed Feb 5, 2020
1 parent 031256e commit 321a317
Show file tree
Hide file tree
Showing 17 changed files with 12 additions and 16 deletions.
1 change: 0 additions & 1 deletion flink-connectors/flink-connector-filesystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-connectors/flink-hadoop-compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-connectors/flink-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-connectors/flink-hcatalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2-uber</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion flink-end-to-end-tests/flink-bucketing-sink-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<scope>provided</scope>
<exclusions>
<!-- Needed for proper dependency convergence -->
Expand Down
1 change: 0 additions & 1 deletion flink-filesystems/flink-hadoop-fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<optional>true</optional>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-filesystems/flink-mapr-fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<optional>true</optional>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-formats/flink-compress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-formats/flink-orc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-formats/flink-parquet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-formats/flink-sequence-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-fs-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<scope>test</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<optional>true</optional>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
<scope>test</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion flink-yarn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
</dependency>

<!-- test dependencies -->
Expand Down
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,18 @@ under the License.
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-2-uber</artifactId>
<version>${hadoop.version}-${flink.shaded.version}</version>
</dependency>

<!-- This manages the 'javax.annotation' annotations (JSR305) -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down

0 comments on commit 321a317

Please sign in to comment.