Jiabao-Sun commented on code in PR #24580:
URL: https://github.com/apache/flink/pull/24580#discussion_r1555174874


##########
flink-end-to-end-tests/flink-sql-client-test/pom.xml:
##########
@@ -69,6 +69,13 @@ under the License.
                        <artifactId>kafka</artifactId>
                        <scope>test</scope>
                </dependency>
+
+               <dependency>
+                       <groupId>commons-codec</groupId>
+                       <artifactId>commons-codec</artifactId>
+                       <scope>test</scope>
+               </dependency>
+

Review Comment:
   Hi @mbalassi, @slfan1989,
   
   I think we needn't this dependency, the `commons-codec`'s dependency is 
because `commons-compress` incorrectly depended on `commons-codec`'s Charsets 
in version 1.26.0. 
   
   This issue has been fixed in version 1.26.1, so perhaps we should bump 
`commons-compress` version to 1.26.1.
    
   see: https://issues.apache.org/jira/browse/COMPRESS-659



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to