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/asterix-common/pom.xml b/asterix-common/pom.xml
index abd78c4..6356033 100644
--- a/asterix-common/pom.xml
+++ b/asterix-common/pom.xml
@@ -41,7 +41,6 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-lsm-common</artifactId>
- <version>0.2.4-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/asterix-metadata/pom.xml b/asterix-metadata/pom.xml
index 6f34026..14959db 100644
--- a/asterix-metadata/pom.xml
+++ b/asterix-metadata/pom.xml
@@ -51,24 +51,15 @@
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
- <artifactId>
- hyracks-storage-am-lsm-invertedindex
- </artifactId>
- <version>0.2.4-SNAPSHOT</version>
+ <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
- <artifactId>
- hyracks-storage-am-lsm-btree
- </artifactId>
- <version>0.2.4-SNAPSHOT</version>
+ <artifactId>hyracks-storage-am-lsm-btree</artifactId>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
- <artifactId>
- hyracks-storage-am-lsm-rtree
- </artifactId>
- <version>0.2.4-SNAPSHOT</version>
+ <artifactId>hyracks-storage-am-lsm-rtree</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
diff --git a/asterix-om/pom.xml b/asterix-om/pom.xml
index 83819dc..f400c20 100644
--- a/asterix-om/pom.xml
+++ b/asterix-om/pom.xml
@@ -32,18 +32,15 @@
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
- <artifactId> hyracks-storage-am-lsm-invertedindex </artifactId>
- <version>0.2.4-SNAPSHOT</version>
+ <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>algebricks-compiler</artifactId>
- <version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-lsm-rtree</artifactId>
- <version>0.2.4-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/asterix-runtime/pom.xml b/asterix-runtime/pom.xml
index d6996c1..71dbae9 100644
--- a/asterix-runtime/pom.xml
+++ b/asterix-runtime/pom.xml
@@ -154,7 +154,6 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-api</artifactId>
- <version>0.2.4-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/asterix-transactions/pom.xml b/asterix-transactions/pom.xml
index 3b0f0ed..0c4ad1c 100644
--- a/asterix-transactions/pom.xml
+++ b/asterix-transactions/pom.xml
@@ -32,17 +32,14 @@
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-lsm-btree</artifactId>
- <version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-lsm-rtree</artifactId>
- <version>0.2.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>edu.uci.ics.hyracks</groupId>
<artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
- <version>0.2.4-SNAPSHOT</version>
</dependency>
</dependencies>
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>