diff --git a/pom.xml b/pom.xml index 0927cb4..3ae8f8f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,25 +5,28 @@ 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 + + org.apache.hive + hive-exec + 0.11.0 + provided + + + org.apache.hadoop + hadoop-core + 1.0.3 + provided + javax.jdo jdo2-api 2.3-20090302111651 + provided junit diff --git a/src/main/assembly/jar-with-dependencies.xml b/src/main/assembly/jar-with-dependencies.xml index de06980..d5a24e2 100644 --- a/src/main/assembly/jar-with-dependencies.xml +++ b/src/main/assembly/jar-with-dependencies.xml @@ -12,10 +12,6 @@ true true runtime - - net.sf.opencsv:opencsv - com.bizo:csv-serde - \ No newline at end of file