Skip to content

Commit

Permalink
[FLINK-27398][scala] Move completeness test to flink-scala
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Apr 26, 2022
1 parent 171d410 commit 69a5035
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flink-libraries/flink-cep-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ under the License.

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-tests</artifactId>
<artifactId>flink-scala_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<type>test-jar</type>
Expand Down
3 changes: 1 addition & 2 deletions flink-libraries/flink-gelly-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,10 @@ under the License.

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-tests</artifactId>
<artifactId>flink-scala_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<type>test-jar</type>

</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
8 changes: 8 additions & 0 deletions flink-streaming-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ under the License.
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-scala_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

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

0 comments on commit 69a5035

Please sign in to comment.