commit | c928a1facfafdd96c084815db1954abfad328289 | [log] [tgz] |
---|---|---|
author | jianfeng.jia@gmail.com <jianfeng.jia@gmail.com@123451ca-8445-de46-9d55-352943316053> | Fri Feb 15 02:54:31 2013 +0000 |
committer | jianfeng.jia@gmail.com <jianfeng.jia@gmail.com@123451ca-8445-de46-9d55-352943316053> | Fri Feb 15 02:54:31 2013 +0000 |
tree | 92a575af51d95bf7e50662c55d100f86fd7c791d | |
parent | c415db1d28ee03ae71027106f38aebb59f981fb8 [diff] [blame] |
Try pregelix readLong from SerDeUtils git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_genomix@2929 123451ca-8445-de46-9d55-352943316053
diff --git a/genomix/genomix-core/pom.xml b/genomix/genomix-core/pom.xml index 3dfba8f..f713b35 100644 --- a/genomix/genomix-core/pom.xml +++ b/genomix/genomix-core/pom.xml
@@ -245,5 +245,10 @@ <type>test-jar</type> <scope>test</scope> </dependency> + <dependency> + <groupId>edu.uci.ics.hyracks</groupId> + <artifactId>pregelix-api</artifactId> + <version>0.2.3-SNAPSHOT</version> + </dependency> </dependencies> </project>