dockerzhang commented on code in PR #7923:
URL: https://github.com/apache/inlong/pull/7923#discussion_r1177305165
##########
inlong-agent/pom.xml:
##########
@@ -36,4 +36,54 @@
<module>agent-release</module>
<module>agent-docker</module>
</modules>
+
+ <properties>
+ <debezium.version>1.8.0.Final</debezium.version>
Review Comment:
it's better to add `<debezium.version>1.8.0.Final</debezium.version>` to
root pom?
##########
inlong-sort/pom.xml:
##########
@@ -35,18 +35,22 @@
<module>sort-api</module>
<module>sort-common</module>
<module>sort-formats</module>
- <module>sort-connectors</module>
<module>sort-core</module>
+ <module>sort-flink</module>
<module>sort-dist</module>
<module>sort-end-to-end-tests</module>
</modules>
<properties>
<debezium.version>1.5.4.Final</debezium.version>
<kafka.clients.version>2.7.0</kafka.clients.version>
- <rat.basedir>${basedir}</rat.basedir>
<hbase.version>2.2.3</hbase.version>
- <iceberg.hive.version>2.3.7</iceberg.hive.version>
<hudi.hive.version>2.3.7</hudi.hive.version>
+ <iceberg.hive.version>2.3.7</iceberg.hive.version>
+ <flink.jackson.version>2.12.1-13.0</flink.jackson.version>
+ <flink.cdc.base.version>2.3.0</flink.cdc.base.version>
+
<log4j.configurationfile>log4j2-test.properties</log4j.configurationfile>
+ <oracle.jdbc.version>19.3.0.0</oracle.jdbc.version>
+ <rat.basedir>${basedir}</rat.basedir>
Review Comment:
ditto
##########
inlong-manager/manager-plugins/pom.xml:
##########
@@ -28,6 +28,11 @@
<artifactId>manager-plugins</artifactId>
<name>Apache InLong - Manager Plugins</name>
+ <properties>
+ <flink.version>1.13.5</flink.version>
+ <flink.scala.binary.version>2.11</flink.scala.binary.version>
+ </properties>
Review Comment:
ditto
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]