Repository: flink Updated Branches: refs/heads/release-1.1 6377ef00f -> e2c53cf85
[FLINK-5050] [build] Remove transitive JSON.org dependency This transitive dependency has an incompatible license. This closes #2824 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/ca908095 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/ca908095 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/ca908095 Branch: refs/heads/release-1.1 Commit: ca9080958c042ec16d4f5d422fccb482e283f614 Parents: 6377ef0 Author: sergey_sokur <[email protected]> Authored: Thu Nov 17 19:28:20 2016 +0300 Committer: Stephan Ewen <[email protected]> Committed: Mon Nov 28 12:09:24 2016 +0100 ---------------------------------------------------------------------- flink-batch-connectors/flink-hcatalog/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/ca908095/flink-batch-connectors/flink-hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/flink-batch-connectors/flink-hcatalog/pom.xml b/flink-batch-connectors/flink-hcatalog/pom.xml index f23ad12..fa7fa8f 100644 --- a/flink-batch-connectors/flink-hcatalog/pom.xml +++ b/flink-batch-connectors/flink-hcatalog/pom.xml @@ -46,6 +46,12 @@ under the License. <groupId>org.apache.hive.hcatalog</groupId> <artifactId>hcatalog-core</artifactId> <version>0.12.0</version> + <exclusions> + <exclusion> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>
