commit | a138a758b0b478a2328e44c3d1267cd20c7aee3f | [log] [tgz] |
---|---|---|
author | Yingyi Bu <buyingyi@gmail.com> | Mon Nov 18 16:40:51 2013 -0800 |
committer | Yingyi Bu <buyingyi@gmail.com> | Mon Nov 18 16:40:51 2013 -0800 |
tree | a7ddaac7645abe245121d5c3ecae1a8bd6099101 | |
parent | 322fe68f41263249605bcf700105a6012541b644 [diff] [blame] |
let pregelix driver print perf. counter
diff --git a/pregelix-core/pom.xml b/pregelix-core/pom.xml index 3d1699f..9ae263c 100644 --- a/pregelix-core/pom.xml +++ b/pregelix-core/pom.xml
@@ -358,5 +358,12 @@ <type>jar</type> <scope>compile</scope> </dependency> + <dependency> + <groupId>edu.uci.ics.hyracks</groupId> + <artifactId>hyracks-client</artifactId> + <version>0.2.10-SNAPSHOT</version> + <type>jar</type> + <scope>compile</scope> + </dependency> </dependencies> </project>