flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

[hotfix] remove test scope dependency commons-codec in parent pom

Open Shawn-Hx opened this issue 10 months ago • 1 comments

The commons-codec dependency should not be declared in parent pom with test scope because connector module may depend on it as a transitive dependency, and it will not be packaged into connector jar because it is declared as test scope in parent pom.

Shawn-Hx avatar Mar 13 '25 08:03 Shawn-Hx

You can define them into "dependencyManagement" of root pom.

joyCurry30 avatar Apr 16 '25 13:04 joyCurry30

This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 60 days if no further activity occurs.

github-actions[bot] avatar Aug 15 '25 00:08 github-actions[bot]

This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.

github-actions[bot] avatar Oct 15 '25 00:10 github-actions[bot]