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 2014/01/16 18:30:09 UTC

[13/51] [abbrv] git commit: Graph module needs Hystrix too

Graph module needs Hystrix too


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

Branch: refs/heads/two-dot-o
Commit: a963549158d64cda225c168693c35498bc1cacc7
Parents: f834a19
Author: Dave Johnson <dm...@apigee.com>
Authored: Mon Jan 13 15:05:35 2014 -0500
Committer: Dave Johnson <dm...@apigee.com>
Committed: Mon Jan 13 15:05:35 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/a9635491/stack/corepersistence/graph/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/graph/pom.xml b/stack/corepersistence/graph/pom.xml
index 28d606a..86147bf 100644
--- a/stack/corepersistence/graph/pom.xml
+++ b/stack/corepersistence/graph/pom.xml
@@ -53,6 +53,12 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>com.netflix.hystrix</groupId>
+            <artifactId>hystrix-core</artifactId>
+            <version>${hystrix.version}</version>
+        </dependency>
+
     </dependencies>
 
 </project>