This is an automated email from the ASF dual-hosted git repository. kunni pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/master by this push: new cabfd30e4 [minor][pipeline-connector][maxcompute][e2e] Remove repeated dependency of maxcompute, and change the phase of "download-flink-release" to test in pipeline-e2e-test. (#3991) cabfd30e4 is described below commit cabfd30e4f89cc5ab0b1c853a9c1f49ee29988bd Author: Tianzhu Wen <149778446+joycurr...@users.noreply.github.com> AuthorDate: Wed Sep 17 14:19:03 2025 +0800 [minor][pipeline-connector][maxcompute][e2e] Remove repeated dependency of maxcompute, and change the phase of "download-flink-release" to test in pipeline-e2e-test. (#3991) --- .../flink-cdc-pipeline-connector-maxcompute/pom.xml | 7 ------- flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-maxcompute/pom.xml b/flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-maxcompute/pom.xml index 5587db0be..a6398cad6 100644 --- a/flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-maxcompute/pom.xml +++ b/flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-maxcompute/pom.xml @@ -41,13 +41,6 @@ limitations under the License. <scope>provided</scope> </dependency> - <dependency> - <groupId>org.apache.flink</groupId> - <artifactId>flink-streaming-java</artifactId> - <version>${flink.version}</version> - <scope>provided</scope> - </dependency> - <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> diff --git a/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml b/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml index 51e2d38b6..953895103 100644 --- a/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml +++ b/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml @@ -441,7 +441,7 @@ limitations under the License. <goals> <goal>wget</goal> </goals> - <phase>compile</phase> + <phase>test</phase> <configuration> <skip>${flink.release.download.skip}</skip> <url>${flink.release.mirror}/${flink.release.name}</url> @@ -456,7 +456,7 @@ limitations under the License. <executions> <execution> <id>copy-jars</id> - <phase>package</phase> + <phase>test</phase> <goals> <goal>copy</goal> </goals>