Copilot commented on code in PR #4315:
URL: https://github.com/apache/flink-cdc/pull/4315#discussion_r2939641325
##########
pom.xml:
##########
@@ -366,7 +366,6 @@ limitations under the License.
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
Review Comment:
Removing the `<scope>test</scope>` from `commons-codec` promotes it to a
compile-time dependency, but no production code in this repository imports
`commons-codec`. This change appears unrelated to the PR's purpose and
unnecessarily broadens the dependency scope. It should be reverted or justified.
--
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]