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.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/main/resources/pom.xml b/src/main/resources/pom.xml
index ea2bf65..1ded4c5 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.12.0_5.3.0</version>
+ <version>2.11_0.17.2_5.3.0</version>
<packaging>jar</packaging>
<organization>
@@ -60,6 +60,11 @@
<name>Cloudera CDH</name>
<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
</repository>
+ <repository>
+ <id>mystery-meat</id>
+ <name>Internet Mystery Meat</name>
+ <url>https://mvnrepository.com/artifact/org.scalaz.stream/scalaz-stream</url>
+ </repository>
</repositories>
<dependencies>
@@ -67,8 +72,8 @@
<!-- Scalding -->
<dependency>
<groupId>com.twitter</groupId>
- <artifactId>scalding-core_2.10</artifactId>
- <version>0.12.0</version>
+ <artifactId>scalding-core_2.11</artifactId>
+ <version>0.17.2</version>
</dependency>
<!-- Hadoop -->