You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fh...@apache.org on 2017/10/27 12:23:17 UTC

flink git commit: [hotfix] [table] Include commons-lang3 in flink-table artifact JAR.

Repository: flink
Updated Branches:
  refs/heads/master 4d8308810 -> 79977158a


[hotfix] [table] Include commons-lang3 in flink-table artifact JAR.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/79977158
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/79977158
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/79977158

Branch: refs/heads/master
Commit: 79977158a609dd112aec51174445bea933b1da87
Parents: 4d83088
Author: Fabian Hueske <fh...@apache.org>
Authored: Fri Oct 27 10:41:50 2017 +0200
Committer: Fabian Hueske <fh...@apache.org>
Committed: Fri Oct 27 14:22:56 2017 +0200

----------------------------------------------------------------------
 flink-libraries/flink-table/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/79977158/flink-libraries/flink-table/pom.xml
----------------------------------------------------------------------
diff --git a/flink-libraries/flink-table/pom.xml b/flink-libraries/flink-table/pom.xml
index 22f00fe..cea7356 100644
--- a/flink-libraries/flink-table/pom.xml
+++ b/flink-libraries/flink-table/pom.xml
@@ -243,6 +243,7 @@ under the License.
 									<include>commons-configuration:*</include>
 									<include>commons-lang:*</include>
 									<include>commons-codec:*</include>
+									<include>org.apache.commons:commons-lang3</include>
 									<include>org.codehaus.janino:*</include>
 									<include>org.reflections:*</include>
 									<include>joda-time:*</include>