StarRocks / starrocks-connector-for-apache-flink

Apache License 2.0
192 stars 154 forks source link

[BugFix] Add commons-codec dependency used by Base64.encodeBase64 #314

Closed banmoy closed 9 months ago

banmoy commented 9 months ago

What type of PR is this:

Which issues of this PR fixes :

Fixes #

Problem Summary(Required) :

commons-codec is removed in #305 , but it's actually needed by http auth (Base64.encodeBase64), so add it back

Checklist: