You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/08/28 18:04:56 UTC

[3/5] usergrid git commit: Add mockito test dependency to query index.

Add mockito test dependency to query index.


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/1cc7a6ad
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/1cc7a6ad
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/1cc7a6ad

Branch: refs/heads/two-dot-o-dev
Commit: 1cc7a6ad59110a66da67f31c0041a1b4b4cc1d22
Parents: 230abf3
Author: Michael Russo <mi...@gmail.com>
Authored: Fri Aug 28 08:56:16 2015 -0700
Committer: Michael Russo <mi...@gmail.com>
Committed: Fri Aug 28 08:56:16 2015 -0700

----------------------------------------------------------------------
 stack/corepersistence/queryindex/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/1cc7a6ad/stack/corepersistence/queryindex/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queryindex/pom.xml b/stack/corepersistence/queryindex/pom.xml
index d0c6c79..2484cfd 100644
--- a/stack/corepersistence/queryindex/pom.xml
+++ b/stack/corepersistence/queryindex/pom.xml
@@ -121,6 +121,13 @@
         </dependency>
 
         <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <version>${mockito.version}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
             <version>${slf4j.version}</version>