You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ku...@apache.org on 2019/07/11 05:00:20 UTC

[flink] branch master updated: [hotfix][table-planner-blink] revert commons-codec exclusion.

This is an automated email from the ASF dual-hosted git repository.

kurt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ec0fee  [hotfix][table-planner-blink] revert commons-codec exclusion.
1ec0fee is described below

commit 1ec0fee18a6d67684756e36b29be81c1e8ebb4b7
Author: Kurt Young <yk...@gmail.com>
AuthorDate: Thu Jul 11 12:27:23 2019 +0800

    [hotfix][table-planner-blink] revert commons-codec exclusion.
---
 flink-table/flink-table-planner-blink/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/flink-table/flink-table-planner-blink/pom.xml b/flink-table/flink-table-planner-blink/pom.xml
index b0ba76f..f21a0da 100644
--- a/flink-table/flink-table-planner-blink/pom.xml
+++ b/flink-table/flink-table-planner-blink/pom.xml
@@ -202,10 +202,6 @@ under the License.
 					<groupId>net.hydromatic</groupId>
 					<artifactId>aggdesigner-algorithm</artifactId>
 				</exclusion>
-				<exclusion>
-					<groupId>commons-codec</groupId>
-					<artifactId>commons-codec</artifactId>
-				</exclusion>
 			</exclusions>
 		</dependency>