Copilot commented on code in PR #2009:
URL: https://github.com/apache/fluss/pull/2009#discussion_r2558935721


##########
fluss-filesystems/fluss-fs-gs/pom.xml:
##########
@@ -73,6 +73,10 @@
                     <groupId>com.sun.jersey</groupId>
                     <artifactId>jersey-json</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.github.pjfanning</groupId>
+                    <artifactId>jersey-json</artifactId>
+                </exclusion>

Review Comment:
   [nitpick] The placement of the `com.github.pjfanning:jersey-json` exclusion 
is inconsistent with other filesystem modules. In `fluss-fs-s3/pom.xml` and 
`fluss-fs-hadoop-shaded/pom.xml`, this exclusion appears after 
`com.sun.jersey:jersey-server`, but here it appears before. For consistency and 
maintainability, consider placing it in the same order as the other modules.



-- 
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]

Reply via email to