Skip to content

Commit 5fb8a42

Browse files
committed
Checkpoint 63 - clean pom
1 parent f5d9741 commit 5fb8a42

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/src/test/java/org/apache/flink/cdc/pipeline/tests/MySqlToHudiE2eITCase.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -572,13 +572,7 @@ public void testStopAndRestartFromSavepoint() throws Exception {
572572
+ "pipeline:\n"
573573
+ " schema.change.behavior: evolve\n"
574574
+ " parallelism: %s\n"
575-
+ "\n"
576-
+ "# Enable checkpointing for savepoint support\n"
577-
+ "execution:\n"
578-
+ " checkpointing:\n"
579-
+ " interval: 3000\n"
580-
+ " timeout: 60000\n"
581-
+ " min-pause: 1000",
575+
+ "\n",
582576
MYSQL_TEST_USER, MYSQL_TEST_PASSWORD, database, warehouse, parallelism);
583577

584578
Path hudiCdcConnector = TestUtils.getResource("hudi-cdc-pipeline-connector.jar");

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ limitations under the License.
5858
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/flink-cdc.git</developerConnection>
5959
</scm>
6060

61-
<repositories>
62-
<repository>
63-
<id>local-repo</id>
64-
<url>${user.home}/.m2/repository</url>
65-
</repository>
66-
</repositories>
67-
68-
6961
<properties>
7062
<revision>3.6-SNAPSHOT</revision>
7163
<scala.binary.version>2.12</scala.binary.version>

0 commit comments

Comments
 (0)