Repository: flink Updated Branches: refs/heads/release-1.1 81f30c5ed -> b3ad0284d
[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/b3ad0284 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b3ad0284 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b3ad0284 Branch: refs/heads/release-1.1 Commit: b3ad0284dbc3a2324a0f5b4fbd9540f8d015dcf3 Parents: 81f30c5 Author: Robert Metzger <[email protected]> Authored: Mon Aug 29 11:52:48 2016 +0200 Committer: Robert Metzger <[email protected]> Committed: Mon Aug 29 11:52:48 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/b3ad0284/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 a84ad3f..031a0f1 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 @@ -210,7 +210,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/b3ad0284/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 137ee0a..c5decc6 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 @@ -213,7 +213,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>
