aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAntonios Chalkiopoulos <Antwnis@gmail.com>2014-05-22 22:04:44 +0100
committerAntonios Chalkiopoulos <Antwnis@gmail.com>2014-05-22 22:04:44 +0100
commit08e00dfce43244ec1edb0e2363a977fea985b454 (patch)
tree3ef8c08587edd2826c272c1277389bb7427aad66 /pom.xml
parentba87c17eed4e6f2d1e1b1d4644193485aae0bb4e (diff)
downloadSpyGlass-08e00dfce43244ec1edb0e2363a977fea985b454.tar.gz
SpyGlass-08e00dfce43244ec1edb0e2363a977fea985b454.zip
Releasing 4.3 Spyglass for Scalding (0.9.1) and Scala (2.10)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml66
1 files changed, 22 insertions, 44 deletions
diff --git a/pom.xml b/pom.xml
index a431e04..8d1f2b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,51 +11,38 @@
<name>Cascading and Scalding wrapper for HBase with advanced features</name>
<groupId>parallelai</groupId>
<artifactId>parallelai.spyglass</artifactId>
- <version>2.10.2_4.2rc2</version>
+ <version>2.10_0.9_4.3</version>
<packaging>jar</packaging>
<properties>
+ <!-- UTF-8 Encoding settings -->
+ <encoding>UTF-8</encoding>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
<!-- Java compilation level -->
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
+
+ <!-- Maven -->
<maven-compiler-plugin.version>3.0</maven-compiler-plugin.version>
<maven-scala-plugin.version>2.15.2</maven-scala-plugin.version>
- <maven-war-plugin.version>2.3</maven-war-plugin.version>
-
- <!-- UTF-8 Encoding settings -->
- <encoding>UTF-8</encoding>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ <maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version>
<cdh.version>cdh4.5.0</cdh.version>
- <datafu.version>0.0.4-${cdh.version}</datafu.version>
- <flume.version>1.3.0-${cdh.version}</flume.version>
<hadoop.version>2.0.0-${cdh.version}</hadoop.version>
<hadoop.core.version>2.0.0-mr1-${cdh.version}</hadoop.core.version>
<hbase.version>0.94.6-${cdh.version}</hbase.version>
- <hive.version>0.10.0-${cdh.version}</hive.version>
- <mahout.version>0.7-${cdh.version}</mahout.version>
- <mapreduce.version>2.0.0-mr1-${cdh.version}</mapreduce.version>
- <oozie.version>3.3.0-${cdh.version}</oozie.version>
- <oozie-hadoop.version>2.0.0-${cdh.version}.oozie-3.3.0-${cdh.version}</oozie-hadoop.version>
- <oozie-sharelib.version>3.3.0-${cdh.version}</oozie-sharelib.version>
- <pig.version>0.10.0-${cdh.version}</pig.version>
- <sqoop.version>1.4.2-${cdh.version}</sqoop.version>
- <whirr.version>0.8.0-${cdh.version}</whirr.version>
- <zookeeper.version>3.4.5-${cdh.version}</zookeeper.version>
<!-- Scala/Scalding/Cascading properties -->
<!-- can be 2.9.3 and 2.10.2 -->
- <scala.version>2.10.2</scala.version>
+ <scala.version>2.10.3</scala.version>
<!-- 2.10 for Scala 2.10.2 and 2.9.3 for Scala version 2.9.3 -->
<scalding.scala.version>2.10</scalding.scala.version>
<scalding.version>0.9.1</scalding.version>
- <cascading.version>2.5.3</cascading.version>
- <scalding-commons.version>0.9.1</scalding-commons.version>
<scalatest.version>1.9.1</scalatest.version>
- <trove4j.version>3.0.3</trove4j.version>
<!-- 2.1.1 for Scala 2.10.2 and 1.12.4.1 for Scala 2.9.3-->
<specs2.version>2.1.1</specs2.version>
<typesafe.config.version>1.0.0</typesafe.config.version>
@@ -63,10 +50,6 @@
<!-- Other libraries properties -->
<junit.version>4.10</junit.version>
<slf4j.version>1.7.2</slf4j.version>
- <trove4j.version>3.0.3</trove4j.version>
- <javax.servlet.version>2.5</javax.servlet.version>
- <uncommons-maths.version>1.2.2a</uncommons-maths.version>
- <maven.surefire.plugin.version>2.12.3</maven.surefire.plugin.version>
</properties>
@@ -87,9 +70,14 @@
<name>Con Jars</name>
<url>http://conjars.org/repo</url>
</repository>
+ <repository>
+ <id>clojars</id>
+ <name>Clojars</name>
+ <url>http://conjars.org/repo</url>
+ </repository>
</repositories>
- <!-- Profiles -->
+ <!-- Profiles
<profiles>
<profile>
<id>windows_profile</id>
@@ -133,20 +121,14 @@
</dependency>
</dependencies>
</profile>
- </profiles>
+ </profiles>-->
<dependencies>
- <!-- Cascading -->
- <dependency>
- <groupId>cascading</groupId>
- <artifactId>cascading-core</artifactId>
- <version>${cascading.version}</version>
- </dependency>
<dependency>
- <groupId>cascading</groupId>
- <artifactId>cascading-hadoop</artifactId>
- <version>${cascading.version}</version>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-library</artifactId>
+ <version>${scala.version}</version>
</dependency>
<!-- Scalding -->
@@ -174,6 +156,7 @@
<artifactId>hbase</artifactId>
<version>${hbase.version}</version>
</dependency>
+
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@@ -181,11 +164,6 @@
</dependency>
<dependency>
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-library</artifactId>
- <version>${scala.version}</version>
- </dependency>
- <dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>${typesafe.config.version}</version>
@@ -200,7 +178,7 @@
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird-hadoop-compat</artifactId>
<version>4.1</version>
- </dependency>
+ </dependency>
<!-- Testing dependencies (ScalaSpec / ScalaTest / JUnit) -->
<dependency>