[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/973ce7d0 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/973ce7d0 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/973ce7d0 Branch: refs/heads/master Commit: 973ce7d0eb219ea84ad6b7fd0d063f595485205f Parents: 652309c Author: sergey_sokur <[email protected]> Authored: Thu Nov 17 19:28:20 2016 +0300 Committer: Stephan Ewen <[email protected]> Committed: Mon Nov 28 14:20:08 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/973ce7d0/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 444bd9a..6889e5a 100644 --- a/flink-batch-connectors/flink-hcatalog/pom.xml +++ b/flink-batch-connectors/flink-hcatalog/pom.xml @@ -52,6 +52,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>
