Repository: incubator-blur Updated Branches: refs/heads/apache-blur-0.2 bb4387e6c -> 393c9f53d
Adding test deps to pom. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/d0e26ca5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/d0e26ca5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/d0e26ca5 Branch: refs/heads/apache-blur-0.2 Commit: d0e26ca56f318fbf1a8ab84612fac9c122422c15 Parents: bb4387e Author: Aaron McCurry <[email protected]> Authored: Thu Feb 20 21:38:21 2014 -0500 Committer: Aaron McCurry <[email protected]> Committed: Thu Feb 20 21:38:21 2014 -0500 ---------------------------------------------------------------------- blur-mapred/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/d0e26ca5/blur-mapred/pom.xml ---------------------------------------------------------------------- diff --git a/blur-mapred/pom.xml b/blur-mapred/pom.xml index 77904d7..7d50167 100644 --- a/blur-mapred/pom.xml +++ b/blur-mapred/pom.xml @@ -47,6 +47,13 @@ under the License. </dependency> <dependency> <groupId>org.apache.blur</groupId> + <artifactId>blur-core</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.blur</groupId> <artifactId>blur-store</artifactId> <version>${project.version}</version> </dependency> @@ -56,6 +63,13 @@ under the License. <version>${project.version}</version> </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>log4j</groupId> <artifactId>log4j</artifactId> <version>${log4j.version}</version>
