I can't get it to compile
After setting source and target to 1.8, I get these 'symbol not found' problems.
[ERROR] /usr/local/google/home/bimargulies/oltpbench/src/com/oltpbenchmark/benchmarks/hyadapt/procedures/MaxRecord1.java:[26,26] package com.mysql.jdbc.log does not exist [ERROR] /usr/local/google/home/bimargulies/oltpbench/src/com/oltpbenchmark/util/ResultUploader.java:[28,23] package org.apache.http does not exist [ERROR] /usr/local/google/home/bimargulies/oltpbench/src/com/oltpbenchmark/util/ResultUploader.java:[29,38] package org.apache.http.client.methods does not exist [ERROR] /usr/local/google/home/bimargulies/oltpbench/src/com/oltpbenchmark/util/ResultUploader.java:[30,38] package org.apache.http.client.methods does not exist [ERROR] /usr/local/google/home/bimargulies/oltpbench/src/com/oltpbenchmark/util/ResultUploader.java:[31,35] package org.apache.http.entity.mime does not exist [ERROR] /usr/local/google/home/bimargulies/oltpbench/src/com/oltpbenchmark/util/ResultUploader.java:[32,43] package org.apache.http.entity.mime.content does not exist [ERROR] /usr/local/google/home/bimargulies/oltpbench/src/com/oltpbenchmark/util/ResultUploader.java:[33,35] package org.apache.http.impl.client does not exist [ERROR] /usr/local/google/home/bimargulies/oltpbench/src/com/oltpbenchmark/util/ResultUploader.java:[34,35] package org.apache.http.impl.client does not exist [ERROR] /usr/local/google/home/bimargulies/oltpbench/src/com/oltpbenchmark/util/ResultUploader.java:[35,28] package org.apache.http.util does not exist [ERROR] /usr/local/google/home/bimargulies/oltpbench/src/com/oltpbenchmark/benchmarks/tpcc/TPCCBenchmark.java:[149,48] package org.postgresql.util does not exist [ERROR] /usr/local/google/home/bimargulies/oltpbench/src/com/oltpbenchmark/util/ResultUploader.java:[169,13] cannot find symbol
The problem here is that the pom.xml is obsolete and not useful. I've submitted a PR to remove it.