Added dependency scope for hive-hcatalog-core.
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/fca2e743 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/fca2e743 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/fca2e743 Branch: refs/heads/TAJO-1027 Commit: fca2e743d2c5978b297a804b42de4d04fd4dc578 Parents: 9147f43 Author: Jaehwa Jung <[email protected]> Authored: Thu Sep 4 15:09:19 2014 +0900 Committer: Jaehwa Jung <[email protected]> Committed: Thu Sep 4 15:09:19 2014 +0900 ---------------------------------------------------------------------- tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/fca2e743/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml b/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml index 0aed5b5..203d56a 100644 --- a/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml +++ b/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/pom.xml @@ -467,6 +467,7 @@ <groupId>org.apache.hive.hcatalog</groupId> <artifactId>hive-hcatalog-core</artifactId> <version>${hive.version}</version> + <scope>provided</scope> <exclusions> <exclusion> <groupId>org.apache.hive</groupId> @@ -640,6 +641,7 @@ <groupId>org.apache.hive.hcatalog</groupId> <artifactId>hive-hcatalog-core</artifactId> <version>${hive.version}</version> + <scope>provided</scope> <exclusions> <exclusion> <groupId>org.apache.hive</groupId>
