diff --git a/hypertable/pom.xml b/hypertable/pom.xml index 2f4bf01d..aa05f141 100644 --- a/hypertable/pom.xml +++ b/hypertable/pom.xml @@ -1,58 +1,58 @@ 4.0.0 com.yahoo.ycsb binding-parent 0.13.0-SNAPSHOT ../binding-parent hypertable-binding Hypertable DB Binding jar com.yahoo.ycsb core ${project.version} provided org.apache.thrift libthrift - 0.8.0 + ${thrift.version} org.hypertable hypertable ${hypertable.version} clojars.org http://clojars.org/repo diff --git a/jdbc/pom.xml b/jdbc/pom.xml index f33bbd9e..9f6fdd10 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -1,57 +1,57 @@ 4.0.0 com.yahoo.ycsb binding-parent 0.13.0-SNAPSHOT ../binding-parent jdbc-binding JDBC DB Binding jar org.apache.openjpa openjpa-jdbc - 2.1.1 + ${openjpa.jdbc.version} com.yahoo.ycsb core ${project.version} provided junit junit 4.12 test org.hsqldb hsqldb 2.3.3 test