Repository: incubator-drill Updated Branches: refs/heads/master 4871fd0de -> 08a9a90d9
Build fixes for Hive Contrib for clean build Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/08a9a90d Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/08a9a90d Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/08a9a90d Branch: refs/heads/master Commit: 08a9a90d9f0d16d8baba6d54bc17d0508b2b7b7a Parents: 4871fd0 Author: Jacques Nadeau <[email protected]> Authored: Wed Mar 5 09:05:52 2014 -0800 Committer: Jacques Nadeau <[email protected]> Committed: Wed Mar 5 09:05:52 2014 -0800 ---------------------------------------------------------------------- contrib/storage-hive/pom.xml | 4 ++-- distribution/pom.xml | 2 +- distribution/src/assemble/bin.xml | 2 +- exec/java-exec/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/08a9a90d/contrib/storage-hive/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/storage-hive/pom.xml b/contrib/storage-hive/pom.xml index d329950..237d6d7 100644 --- a/contrib/storage-hive/pom.xml +++ b/contrib/storage-hive/pom.xml @@ -21,8 +21,8 @@ <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>drill-root</artifactId> - <groupId>org.apache.drill</groupId> + <artifactId>drill-contrib-parent</artifactId> + <groupId>org.apache.drill.contrib</groupId> <version>1.0.0-m2-incubating-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/08a9a90d/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index a77e419..ffbac0f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -29,7 +29,7 @@ <artifactId>sqlline</artifactId> </dependency> <dependency> - <groupId>org.apache.drill</groupId> + <groupId>org.apache.drill.contrib</groupId> <artifactId>storage-hive</artifactId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/08a9a90d/distribution/src/assemble/bin.xml ---------------------------------------------------------------------- diff --git a/distribution/src/assemble/bin.xml b/distribution/src/assemble/bin.xml index fbc98b8..4e37c6a 100644 --- a/distribution/src/assemble/bin.xml +++ b/distribution/src/assemble/bin.xml @@ -37,7 +37,7 @@ <include>org.apache.drill:drill-protocol:jar:rebuffed</include> <include>org.apache.drill:drill-common:jar:rebuffed</include> <include>org.apache.drill.exec:drill-java-exec:jar:rebuffed</include> - <include>org.apache.drill:storage-hive:jar</include> + <include>org.apache.drill.contrib:storage-hive:jar</include> </includes> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/08a9a90d/exec/java-exec/pom.xml ---------------------------------------------------------------------- diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index b4c282c..aba336e 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -120,7 +120,7 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.drill</groupId> + <groupId>org.apache.drill.contrib</groupId> <artifactId>storage-hive</artifactId> <version>${project.version}</version> <exclusions>
