commit | 521f290c846c8d1e6a5823aa590870a992d02030 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@gmail.com> | Wed Sep 11 11:36:08 2013 -0700 |
committer | buyingyi <buyingyi@gmail.com> | Wed Sep 11 11:36:08 2013 -0700 |
tree | 134d1493a68866f7fd92221dcacfacb30dbd24d9 | |
parent | 5eb70a14636ee3cee6278e3d00921473344a6476 [diff] [blame] |
address Vinayak's code review comments
diff --git a/pregelix-dist/pom.xml b/pregelix-dist/pom.xml index f0551a6..cec6efe 100644 --- a/pregelix-dist/pom.xml +++ b/pregelix-dist/pom.xml
@@ -63,5 +63,10 @@ <artifactId>pregelix-example</artifactId> <version>0.2.10-SNAPSHOT</version> </dependency> + <dependency> + <groupId>edu.uci.ics.hyracks</groupId> + <artifactId>pregelix-benchmark</artifactId> + <version>0.2.10-SNAPSHOT</version> + </dependency> </dependencies> </project>