Skip to content

Commit e977315

Browse files
committed
[improve][e2e] Remove repeated dependency of maxcompute, and change the phase of "download-flink-release" in pipeline-e2e-test.
1 parent 7a57f55 commit e977315

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-maxcompute/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ limitations under the License.
4141
<scope>provided</scope>
4242
</dependency>
4343

44-
<dependency>
45-
<groupId>org.apache.flink</groupId>
46-
<artifactId>flink-streaming-java</artifactId>
47-
<version>${flink.version}</version>
48-
<scope>provided</scope>
49-
</dependency>
50-
5144
<dependency>
5245
<groupId>commons-codec</groupId>
5346
<artifactId>commons-codec</artifactId>

flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ limitations under the License.
395395
<goals>
396396
<goal>wget</goal>
397397
</goals>
398-
<phase>compile</phase>
398+
<phase>test</phase>
399399
<configuration>
400400
<skip>${flink.release.download.skip}</skip>
401401
<url>${flink.release.mirror}/${flink.release.name}</url>
@@ -410,7 +410,7 @@ limitations under the License.
410410
<executions>
411411
<execution>
412412
<id>copy-jars</id>
413-
<phase>package</phase>
413+
<phase>test</phase>
414414
<goals>
415415
<goal>copy</goal>
416416
</goals>

0 commit comments

Comments
 (0)