Repository: flink Updated Branches: refs/heads/master 7b574cf5b -> c2585c6c8
[hotfix][quickstarts] Remove Jodatime exclusion Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c2585c6c Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/c2585c6c Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/c2585c6c Branch: refs/heads/master Commit: c2585c6c829186bd679530afab9c9115f3bf75c4 Parents: 7b574cf Author: Robert Metzger <rmetz...@apache.org> Authored: Mon Aug 29 11:52:48 2016 +0200 Committer: Robert Metzger <rmetz...@apache.org> Committed: Mon Aug 29 11:55:11 2016 +0200 ---------------------------------------------------------------------- .../src/main/resources/archetype-resources/pom.xml | 1 - .../src/main/resources/archetype-resources/pom.xml | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/c2585c6c/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml index cf21de5..9da113f 100644 --- a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml @@ -215,7 +215,6 @@ under the License. <exclude>com.twitter:chill-java</exclude> <exclude>commons-lang:commons-lang</exclude> <exclude>junit:junit</exclude> - <exclude>joda-time:joda-time</exclude> <exclude>org.apache.commons:commons-lang3</exclude> <exclude>org.slf4j:slf4j-api</exclude> <exclude>org.slf4j:slf4j-log4j12</exclude> http://git-wip-us.apache.org/repos/asf/flink/blob/c2585c6c/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml index 7c6227c..5fd41b2 100644 --- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml @@ -218,7 +218,6 @@ under the License. <exclude>com.twitter:chill-java</exclude> <exclude>commons-lang:commons-lang</exclude> <exclude>junit:junit</exclude> - <exclude>joda-time:joda-time</exclude> <exclude>org.apache.commons:commons-lang3</exclude> <exclude>org.slf4j:slf4j-api</exclude> <exclude>org.slf4j:slf4j-log4j12</exclude>