Skip to content

Commit

Permalink
maybe add depedency to test
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Nov 18, 2020
1 parent 9e514ba commit 2e98342
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -31,6 +31,14 @@ under the License.
<name>Flink : E2E Tests : Common Kafka</name>

<dependencies>
<!-- &lt;!&ndash; The SQL Client test uses a Table FileSource, which is not included in the normal table-->
<!-- dependencies &ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>org.apache.flink</groupId>-->
<!-- <artifactId>flink-connector-files</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- </dependency>-->

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-end-to-end-tests-common</artifactId>
Expand Down

0 comments on commit 2e98342

Please sign in to comment.