Skip to content

Commit

Permalink
[FLINK-30400][build] Add flink-connector-base with test scope for e…
Browse files Browse the repository at this point in the history
…2e test
  • Loading branch information
MartijnVisser committed Oct 23, 2023
1 parent 2ea4997 commit cb858fe
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ under the License.
<artifactId>flink-table-api-java-bridge</artifactId>
<version>${flink.version}</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-base</artifactId>
<version>${flink.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit cb858fe

Please sign in to comment.