You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by js...@apache.org on 2015/09/02 23:52:56 UTC

[5/5] drill git commit: DRILL-3669: Fix missing indirect dependency.

DRILL-3669: Fix missing indirect dependency.


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/4b8e85ad
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/4b8e85ad
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/4b8e85ad

Branch: refs/heads/master
Commit: 4b8e85ad6fb40554e6752144f09bdfb474d62d9b
Parents: bfe6cfa
Author: Julien Le Dem <ju...@ledem.net>
Authored: Tue Aug 18 22:24:52 2015 -0700
Committer: Jason Altekruse <al...@gmail.com>
Committed: Wed Sep 2 14:06:24 2015 -0700

----------------------------------------------------------------------
 exec/java-exec/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/4b8e85ad/exec/java-exec/pom.xml
----------------------------------------------------------------------
diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml
index 601f5ca..cb48567 100644
--- a/exec/java-exec/pom.xml
+++ b/exec/java-exec/pom.xml
@@ -21,6 +21,12 @@
   <name>exec/Java Execution Engine</name>
 
   <dependencies>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-core</artifactId>
+      <version>1.3</version>
+      <scope>test</scope>
+    </dependency>
     <!-- <dependency> -->
     <!-- <groupId>org.ow2.asm</groupId> -->
     <!-- <artifactId>asm-util</artifactId> -->