This is an automated email from the ASF dual-hosted git repository.
kunni pushed a commit to branch release-3.6
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/release-3.6 by this push:
new 7dceb2a4c [hotfix] Fix compile error.
7dceb2a4c is described below
commit 7dceb2a4c6757b1cba35ddaa7991f28e8d77022a
Author: lvyanquan <[email protected]>
AuthorDate: Sat Mar 21 12:00:35 2026 +0800
[hotfix] Fix compile error.
---
flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml
b/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml
index 704fdf606..a0f0cc823 100644
--- a/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml
+++ b/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml
@@ -172,7 +172,7 @@ limitations under the License.
</dependency>
<dependency>
<groupId>org.apache.paimon</groupId>
- <artifactId>paimon-flink-${flink.major.version}</artifactId>
+ <artifactId>paimon-flink-${paimon.flink.major.version}</artifactId>
<version>${paimon.version}</version>
<scope>test</scope>
</dependency>