aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/pom.xml')
-rw-r--r--src/main/resources/pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/resources/pom.xml b/src/main/resources/pom.xml
index d0fa51a..ea2bf65 100644
--- a/src/main/resources/pom.xml
+++ b/src/main/resources/pom.xml
@@ -8,7 +8,7 @@
<description>Cascading and Scalding wrapper for HBase with advanced features</description>
<groupId>parallelai</groupId>
<artifactId>parallelai.spyglass</artifactId>
- <version>2.10_0.10_4.4</version>
+ <version>2.10_0.12.0_5.3.0</version>
<packaging>jar</packaging>
<organization>
@@ -56,8 +56,8 @@
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<repository>
- <id>cloudera-cdh4</id>
- <name>Cloudera CDH4</name>
+ <id>cloudera-cdh</id>
+ <name>Cloudera CDH</name>
<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
</repository>
</repositories>
@@ -68,26 +68,26 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>scalding-core_2.10</artifactId>
- <version>0.10.0</version>
+ <version>0.12.0</version>
</dependency>
<!-- Hadoop -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
- <version>2.0.0-mr1-cdh4.5.0</version>
+ <version>2.5.0-mr1-cdh5.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
- <version>2.0.0-cdh4.5.0</version>
+ <version>2.5.0-cdh5.3.0</version>
</dependency>
<!-- HBase -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
- <version>0.94.6-cdh4.5.0</version>
+ <version>0.98.6-cdh5.3.0</version>
</dependency>
<dependency>