File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-maxcompute
flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments