Fixed dependencies to use dependencyManagement

git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_lsm_stabilization@1616 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/pom.xml b/pom.xml
index b1b4161..d4b85f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,6 +153,11 @@
     		</dependency>
     		<dependency>
     			<groupId>edu.uci.ics.hyracks</groupId>
+    			<artifactId>hyracks-api</artifactId>
+    			<version>${hyracks.version}</version>
+    		</dependency>
+    		<dependency>
+    			<groupId>edu.uci.ics.hyracks</groupId>
     			<artifactId>hyracks-dataflow-std</artifactId>
     			<version>${hyracks.version}</version>
     		</dependency>
@@ -208,6 +213,25 @@
                 <artifactId>hyracks-client</artifactId>
                 <version>${hyracks.version}</version>
             </dependency>
+		<dependency>
+			<groupId>edu.uci.ics.hyracks</groupId>
+			<artifactId>hyracks-storage-am-lsm-common</artifactId>
+			<version>${hyracks.version}</version>
+		<dependency>
+			<groupId>edu.uci.ics.hyracks</groupId>
+			<artifactId>hyracks-storage-am-lsm-btree</artifactId>
+			<version>${hyracks.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>edu.uci.ics.hyracks</groupId>
+			<artifactId>hyracks-storage-am-lsm-rtree</artifactId>
+			<version>${hyracks.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>edu.uci.ics.hyracks</groupId>
+			<artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
+			<version>${hyracks.version}</version>
+		</dependency>
     	</dependencies>
     </dependencyManagement>
 </project>