Adding missing test dep to the blur hive project.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/c3de4af9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/c3de4af9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/c3de4af9 Branch: refs/heads/master Commit: c3de4af9b770a93bb7c7976403624531c7567a14 Parents: dcd1bc0 Author: Aaron McCurry <[email protected]> Authored: Thu Jan 15 09:37:44 2015 -0500 Committer: Aaron McCurry <[email protected]> Committed: Thu Jan 15 09:37:44 2015 -0500 ---------------------------------------------------------------------- blur-hive/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/c3de4af9/blur-hive/pom.xml ---------------------------------------------------------------------- diff --git a/blur-hive/pom.xml b/blur-hive/pom.xml index 1f47f83..d78e7e4 100644 --- a/blur-hive/pom.xml +++ b/blur-hive/pom.xml @@ -65,6 +65,13 @@ </dependency> <dependency> <groupId>org.apache.blur</groupId> + <artifactId>blur-util</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.blur</groupId> <artifactId>blur-thrift</artifactId> <version>${project.version}</version> <exclusions>
