commit | 7a4ac207f2a95f0bd4319137621edcf48c7e047d | [log] [tgz] |
---|---|---|
author | zheilbron <zheilbron@123451ca-8445-de46-9d55-352943316053> | Mon Aug 20 20:39:59 2012 +0000 |
committer | zheilbron <zheilbron@123451ca-8445-de46-9d55-352943316053> | Mon Aug 20 20:39:59 2012 +0000 |
tree | 7d82da483004a025e5a71de39ee54a307112ee33 | |
parent | 8dc5b9168776d1870bb0f77cc2331c5c9d7309fb [diff] [blame] |
added interface for deferring the closing of indexes git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_lsm_tree@1844 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-examples/btree-example/btreeclient/pom.xml b/hyracks-examples/btree-example/btreeclient/pom.xml index e8a2a0a..8f06b48 100644 --- a/hyracks-examples/btree-example/btreeclient/pom.xml +++ b/hyracks-examples/btree-example/btreeclient/pom.xml
@@ -28,6 +28,12 @@ <type>jar</type> <scope>compile</scope> </dependency> + <dependency> + <groupId>edu.uci.ics.hyracks</groupId> + <artifactId>hyracks-test-support</artifactId> + <version>0.2.1-SNAPSHOT</version> + <scope>compile</scope> + </dependency> </dependencies> <build> <plugins>