aloyszhang commented on code in PR #11015: URL: https://github.com/apache/inlong/pull/11015#discussion_r1746668910
########## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/mysql-cdc/pom.xml: ########## @@ -20,22 +20,73 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> <groupId>org.apache.inlong</groupId> <artifactId>sort-connectors-v1.15</artifactId> <version>1.14.0-SNAPSHOT</version> </parent> - <artifactId>sort-connector-mysql-cdc-v1.15</artifactId> <packaging>jar</packaging> <name>Apache InLong - Sort-connector-mysql-cdc</name> - <properties> <inlong.root.dir>${project.parent.parent.parent.parent.parent.basedir}</inlong.root.dir> </properties> - <dependencies> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> + <version>${log4j2.version}</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + <version>${log4j2.version}</version> + </dependency> + <dependency> + <groupId>io.opentelemetry</groupId> + <artifactId>opentelemetry-api</artifactId> + </dependency> + <dependency> + <groupId>io.opentelemetry.instrumentation</groupId> + <artifactId>opentelemetry-instrumentation-api</artifactId> + <version>1.28.0</version> Review Comment: add a new property -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org