Skip to content

Commit

Permalink
[hotfix][dist] flink-json and flink-csv are now declared as dependenc…
Browse files Browse the repository at this point in the history
…ies in the flink-dist to enforce the reactor order

Signed-off-by: slinkydeveloper <[email protected]>
  • Loading branch information
slinkydeveloper authored and twalthr committed Dec 3, 2021
1 parent ab090d5 commit 44b2756
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions flink-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,20 @@ under the License.
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-json</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-csv</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-azure-fs-hadoop</artifactId>
Expand Down

0 comments on commit 44b2756

Please sign in to comment.