commit | c0d2bbed488e9da55107726831879166da226fd1 | [log] [tgz] |
---|---|---|
author | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Thu Sep 02 00:33:56 2010 +0000 |
committer | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Thu Sep 02 00:33:56 2010 +0000 |
tree | e967b63e4c38accbd7948c9b503dca09697a0963 | |
parent | 81188829de59bba869c8487c96cdd56229e60cca [diff] |
adding storage.am.btree dependency for btree tests git-svn-id: https://hyracks.googlecode.com/svn/trunk/hyracks@102 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-examples/hyracks-integration-tests/pom.xml b/hyracks-examples/hyracks-integration-tests/pom.xml index e91b80f..106d17c 100644 --- a/hyracks-examples/hyracks-integration-tests/pom.xml +++ b/hyracks-examples/hyracks-integration-tests/pom.xml
@@ -60,5 +60,12 @@ <type>jar</type> <scope>compile</scope> </dependency> + <dependency> + <groupId>edu.uci.ics.hyracks</groupId> + <artifactId>hyracks-storage-am-btree</artifactId> + <version>0.1.2-SNAPSHOT</version> + <type>jar</type> + <scope>compile</scope> + </dependency> </dependencies> </project>