This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch release-1.9 in repository https://gitbox.apache.org/repos/asf/flink.git
commit d10e3321ba9318e6af8723399dadf5816a85d3a0 Author: Dawid Wysakowicz <[email protected]> AuthorDate: Fri Aug 2 09:56:48 2019 +0200 [hotfix][table-planner] Added joda.convert to planner jar --- flink-table/flink-table-planner/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flink-table/flink-table-planner/pom.xml b/flink-table/flink-table-planner/pom.xml index 1976773..b46e182 100644 --- a/flink-table/flink-table-planner/pom.xml +++ b/flink-table/flink-table-planner/pom.xml @@ -342,6 +342,7 @@ under the License. <include>org.apache.flink.sql.parser:*</include> <include>org.codehaus.janino:*</include> <include>joda-time:*</include> + <include>joda-convert:*</include> </includes> </artifactSet> <relocations> @@ -371,8 +372,8 @@ under the License. <!-- flink-table-planner dependencies --> <relocation> - <pattern>org.joda.time</pattern> - <shadedPattern>org.apache.flink.table.shaded.org.joda.time</shadedPattern> + <pattern>org.joda</pattern> + <shadedPattern>org.apache.flink.table.shaded.org.joda</shadedPattern> </relocation> <!-- not relocated for now, because we need to change the contents of the properties field otherwise --> <!--<relocation>
