diff --git beeline/pom.xml.orig beeline/pom.xml.orig deleted file mode 100644 index 8ac83f5..0000000 --- beeline/pom.xml.orig +++ /dev/null @@ -1,169 +0,0 @@ - - - - 4.0.0 - - org.apache.hive - hive - 2.1.0-SNAPSHOT - ../pom.xml - - - hive-beeline - jar - Hive Beeline - - - .. - - - - - - - org.apache.hive - hive-common - ${project.version} - - - org.apache.hive - hive-metastore - ${project.version} - - - org.apache.hive - hive-shims - ${project.version} - - - org.apache.hive - hive-jdbc - ${project.version} - - - - commons-cli - commons-cli - ${commons-cli.version} - - - commons-lang - commons-lang - ${commons-lang.version} - - - commons-io - commons-io - ${commons-io.version} - - - jline - jline - ${jline.version} - - - org.apache.hadoop - hadoop-common - ${hadoop.version} - true - - - org.apache.thrift - libthrift - ${libthrift.version} - - - net.sf.supercsv - super-csv - ${super-csv.version} - - - - org.apache.hive - hive-exec - ${project.version} - tests - test - - - org.apache.hive - hive-service - ${project.version} - test - - - - org.apache.hadoop - hadoop-mapreduce-client-core - ${hadoop.version} - test - - - junit - junit - ${junit.version} - test - - - postgresql - postgresql - 9.1-901.jdbc4 - test - - - - - - sources - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - test-jar - - - - - - - - - - - ${basedir}/src/java - ${basedir}/src/test - - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - - -