commit | 7763295f1f45cc90c223d5be83b619963d4bd7be | [log] [tgz] |
---|---|---|
author | salsubaiee <salsubaiee@123451ca-8445-de46-9d55-352943316053> | Tue Jul 12 22:04:50 2011 +0000 |
committer | salsubaiee <salsubaiee@123451ca-8445-de46-9d55-352943316053> | Tue Jul 12 22:04:50 2011 +0000 |
tree | c62fdd8393f6ba71240d57bdeae8bb5793d9f409 | |
parent | cf3d825260c83a153b4b5cafb150e4853a9e49db [diff] [blame] |
Added a test case for the rtree operators git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_indexes@509 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-examples/hyracks-integration-tests/pom.xml b/hyracks-examples/hyracks-integration-tests/pom.xml index aee9fa5..30bb922 100644 --- a/hyracks-examples/hyracks-integration-tests/pom.xml +++ b/hyracks-examples/hyracks-integration-tests/pom.xml
@@ -76,6 +76,13 @@ </dependency> <dependency> <groupId>edu.uci.ics.hyracks</groupId> + <artifactId>hyracks-storage-am-rtree</artifactId> + <version>0.1.5</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>edu.uci.ics.hyracks</groupId> <artifactId>hyracks-test-support</artifactId> <version>0.1.5</version> <type>jar</type>