aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Purtell <apurtell@apache.org>2014-09-07 19:08:12 -0700
committerAndrew Purtell <apurtell@apache.org>2014-09-07 19:40:10 -0700
commit8171a361a9c7052332039dbdd2e818a50a693385 (patch)
treeadff636d7598b9bf2ecf2dfad98f361bd83b96f8 /pom.xml
parent96e86e30cf732a41cf5d788b25708eefc5c0aa8f (diff)
BIGTOP-1420 Update Phoenix version to 4.1.0 in the BOM
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4d393410..f8e4f1e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
<giraph.version>1.0.0</giraph.version>
<solr.version>4.6.0</solr.version>
<spark.version>0.9.1</spark.version>
+ <phoenix.version>4.1.0</phoenix.version>
<spark-smoke.version>${project.version}</spark-smoke.version>
<itest-common.version>${project.version}</itest-common.version>
@@ -243,6 +244,21 @@
<artifactId>spark-core_2.10</artifactId>
<version>${spark.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.phoenix</groupId>
+ <artifactId>phoenix-core</artifactId>
+ <version>${phoenix.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.phoenix</groupId>
+ <artifactId>phoenix-flume</artifactId>
+ <version>${phoenix.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.phoenix</groupId>
+ <artifactId>phoenix-pig</artifactId>
+ <version>${phoenix.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>