diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-05-21 17:12:43 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-05-21 17:12:43 -0700 |
commit | 77bfa94c539ea861befa91c1d0479bccd5febc71 (patch) | |
tree | b9e42e1a56928569282c14bd3a6c63378142bd4a /src/main | |
parent | 7cdf994f8dd2dff609d6a9eae520adf3200d927e (diff) | |
download | SpyGlass-77bfa94c539ea861befa91c1d0479bccd5febc71.tar.gz SpyGlass-77bfa94c539ea861befa91c1d0479bccd5febc71.zip |
try to build for scala 2.11 et al
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/pom.xml | 11 |
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 --> |