commit | b9bb1c0dd3a4f4fe2e6cfb05632c414775641f3c | [log] [tgz] |
---|---|---|
author | zheilbron <zheilbron@eaa15691-b419-025a-1212-ee371bd00084> | Sun May 06 23:48:05 2012 +0000 |
committer | zheilbron <zheilbron@eaa15691-b419-025a-1212-ee371bd00084> | Sun May 06 23:48:05 2012 +0000 |
tree | b37d042cfd0b2ba490869910a43c02375b26a4d4 | |
parent | 5aff423624ccc6b496abdb056b6ee0a3731f77a0 [diff] [blame] |
first pass of cleanup: removed static classes and cleaned up some bootstrapping code git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_spring_cleaning@217 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-transactions/pom.xml b/asterix-transactions/pom.xml index f646356..6e38100 100644 --- a/asterix-transactions/pom.xml +++ b/asterix-transactions/pom.xml
@@ -25,5 +25,11 @@ </build> <dependencies> + <dependency> + <groupId>edu.uci.ics.hyracks</groupId> + <artifactId>hyracks-storage-am-btree</artifactId> + <version>0.2.1-SNAPSHOT</version> + <scope>compile</scope> + </dependency> </dependencies> </project>