This is an automated email from the ASF dual-hosted git repository. pnowojski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git
commit bf637835217c416f3f5c25ec95a515a004a9f749 Author: 愚鲤 <[email protected]> AuthorDate: Wed Jan 12 22:48:14 2022 +0800 [FLINK-25039]Remove the flink-examples-batch_2.12 test-jar --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 0c4c8b4..76e94a9 100644 --- a/pom.xml +++ b/pom.xml @@ -177,13 +177,6 @@ under the License. <dependency> <groupId>org.apache.flink</groupId> - <artifactId>flink-examples-batch_${scala.binary.version}</artifactId> - <version>${flink.version}</version> - <type>test-jar</type> - </dependency> - - <dependency> - <groupId>org.apache.flink</groupId> <artifactId>flink-cep</artifactId> <version>${flink.version}</version> </dependency>
