|
|
|
@ -75,29 +75,29 @@ under the License.
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<flink.version>1.17.0</flink.version>
|
|
|
|
|
<debezium.version>1.9.7.Final</debezium.version>
|
|
|
|
|
<tikv.version>3.2.0</tikv.version>
|
|
|
|
|
<geometry.version>2.2.0</geometry.version>
|
|
|
|
|
<!-- OracleE2eITCase will report "container cannot be accessed" error when running in Azure Pipeline with 1.16.1 testconainters.
|
|
|
|
|
This might be a conflicts with "wnameless/oracle-xe-11g-r2" and 1.16 testcontainers.
|
|
|
|
|
We may need to upgrade our Oracle base image to "gvenzl/oracle-xe" which is the default image of 1.16 testcontainers.
|
|
|
|
|
See more https://github.com/testcontainers/testcontainers-java/issues/4297. -->
|
|
|
|
|
<testcontainers.version>1.15.3</testcontainers.version>
|
|
|
|
|
<java.version>1.8</java.version>
|
|
|
|
|
<scala.binary.version>2.12</scala.binary.version>
|
|
|
|
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
|
|
|
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<!-- Enforce single fork execution due to heavy mini cluster use in the tests -->
|
|
|
|
|
<flink.forkCount>1</flink.forkCount>
|
|
|
|
|
<flink.reuseForks>true</flink.reuseForks>
|
|
|
|
|
|
|
|
|
|
<!-- dependencies versions -->
|
|
|
|
|
<flink.version>1.17.1</flink.version>
|
|
|
|
|
<debezium.version>1.9.7.Final</debezium.version>
|
|
|
|
|
<tikv.version>3.2.0</tikv.version>
|
|
|
|
|
<geometry.version>2.2.0</geometry.version>
|
|
|
|
|
<testcontainers.version>1.18.3</testcontainers.version>
|
|
|
|
|
<hamcrest.version>1.3</hamcrest.version>
|
|
|
|
|
<version.awaitility>4.0.1</version.awaitility>
|
|
|
|
|
<version.awaitility>4.2.0</version.awaitility>
|
|
|
|
|
<slf4j.version>1.7.15</slf4j.version>
|
|
|
|
|
<log4j.version>2.17.1</log4j.version>
|
|
|
|
|
<spotless.version>2.4.2</spotless.version>
|
|
|
|
|
<oblogclient.version>1.1.0</oblogclient.version>
|
|
|
|
|
<!-- Enforce single fork execution due to heavy mini cluster use in the tests -->
|
|
|
|
|
<flink.forkCount>1</flink.forkCount>
|
|
|
|
|
<flink.reuseForks>true</flink.reuseForks>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<commons-lang3.version>3.12.0</commons-lang3.version>
|
|
|
|
|
<json-path.version>2.7.0</json-path.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|