From 339658b5f1885b11a6a06cd4574f91f5275eb6e9 Mon Sep 17 00:00:00 2001 From: Larry Ogrodnek Date: Wed, 30 Oct 2013 12:54:52 -0700 Subject: [PATCH] build against hadoop 1.0.3 / hive 0.11.0 --- pom.xml | 172 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 87 insertions(+), 85 deletions(-) diff --git a/pom.xml b/pom.xml index 3c01bd8..0927cb4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,91 +1,93 @@ - 4.0.0 - - com.bizo - csv-serde - 1.1.2-0.8.1 - - - - org.apache.hive - hive-exec - 0.8.1 - - - org.apache.hadoop - hadoop-core - 0.20.2 - - - net.sf.opencsv - opencsv - 2.3 - - - javax.jdo - jdo2-api - 2.3-20090302111651 - - - - - - UTF-8 - UTF-8 - - - - + 4.0.0 + com.bizo + csv-serde + 1.1.2-0.11.0 + + + org.apache.hive + hive-exec + 0.11.0 + + + org.apache.hadoop + hadoop-core + 1.0.3 + + + net.sf.opencsv + opencsv + 2.3 + + + javax.jdo + jdo2-api + 2.3-20090302111651 + + + junit + junit + 4.11 + test + + + + + UTF-8 + UTF-8 + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + UTF-8 + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2.1 + + + src/main/assembly/jar-with-dependencies.xml + + + + + assemble-all + package + + single + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.6 - 1.6 - UTF-8 - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.2.1 - - - src/main/assembly/jar-with-dependencies.xml - - - - - assemble-all - package - - single - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.0 + org.codehaus.mojo + cobertura-maven-plugin + 2.5.1 - - - org.codehaus.mojo - cobertura-maven-plugin - 2.5.1 - - - html - xml - - - - + + html + xml + - - - \ No newline at end of file + + + + + +