Skip to content

Commit 699c493

Browse files
committed
Revert "[ci] Specify Docker API version explicitly as a workaround of testcontainers/testcontainers-java#11212"
This reverts commit ae37570.
1 parent 44f5ec5 commit 699c493

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ limitations under the License.
447447
<forkCount>1</forkCount>
448448
<systemPropertyVariables>
449449
<moduleDir>${project.basedir}</moduleDir>
450-
<api.version>1.44</api.version>
451450
</systemPropertyVariables>
452451
</configuration>
453452
</execution>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ limitations under the License.
200200
<forkCount>1</forkCount>
201201
<systemPropertyVariables>
202202
<moduleDir>${project.basedir}</moduleDir>
203-
<api.version>1.44</api.version>
204203
</systemPropertyVariables>
205204
</configuration>
206205
</execution>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ limitations under the License.
564564
<trimStackTrace>false</trimStackTrace>
565565
<systemPropertyVariables>
566566
<forkNumber>0${surefire.forkNumber}</forkNumber>
567-
<api.version>1.44</api.version>
568567
</systemPropertyVariables>
569568
<!-- Prevent ORA-01882: timezone region not found errors due to the Oracle DB
570569
does not understand some time zone which used in Ubuntu OS -->

0 commit comments

Comments
 (0)