commit | 0295f94c35394ed38adb4a884ab007b5b9e15baf | [log] [tgz] |
---|---|---|
author | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Sat Mar 05 00:57:34 2011 +0000 |
committer | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Sat Mar 05 00:57:34 2011 +0000 |
tree | a4592e528e266ded9d95896a8317dc3e26f903e4 | |
parent | 940c8e1bfc72807d26bb88c531accc024d877879 [diff] [blame] |
More refactoring of BTree code to allow better reusability. git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_indexes@367 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-storage-am-common/pom.xml b/hyracks-storage-am-common/pom.xml index 5271eae..eb897d5 100644 --- a/hyracks-storage-am-common/pom.xml +++ b/hyracks-storage-am-common/pom.xml
@@ -38,5 +38,12 @@ <type>jar</type> <scope>compile</scope> </dependency> + <dependency> + <groupId>edu.uci.ics.hyracks</groupId> + <artifactId>hyracks-dataflow-common</artifactId> + <version>0.1.4</version> + <type>jar</type> + <scope>compile</scope> + </dependency> </dependencies> </project>