Skip to content

Commit cabfd30

Browse files
authored
[minor][pipeline-connector][maxcompute][e2e] Remove repeated dependency of maxcompute, and change the phase of "download-flink-release" to test in pipeline-e2e-test. (apache#3991)
1 parent b9437bf commit cabfd30

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

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
@@ -441,7 +441,7 @@ limitations under the License.
441441
<goals>
442442
<goal>wget</goal>
443443
</goals>
444-
<phase>compile</phase>
444+
<phase>test</phase>
445445
<configuration>
446446
<skip>${flink.release.download.skip}</skip>
447447
<url>${flink.release.mirror}/${flink.release.name}</url>
@@ -456,7 +456,7 @@ limitations under the License.
456456
<executions>
457457
<execution>
458458
<id>copy-jars</id>
459-
<phase>package</phase>
459+
<phase>test</phase>
460460
<goals>
461461
<goal>copy</goal>
462462
</goals>

0 commit comments

Comments
 (0)